zoukankan      html  css  js  c++  java
  • 2021 4 9

    云相册ui界面

     1 <?xml version="1.0" encoding="utf-8"?>
     2 <androidx.coordinatorlayout.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android"
     3     xmlns:app="http://schemas.android.com/apk/res-auto"
     4     xmlns:tools="http://schemas.android.com/tools"
     5     android:layout_width="match_parent"
     6     android:layout_height="match_parent"
     7     tools:context=".MainActivity">
     8 
     9     <com.google.android.material.appbar.AppBarLayout
    10         android:layout_width="match_parent"
    11         android:layout_height="wrap_content"
    12         android:theme="@style/AppTheme.AppBarOverlay">
    13 
    14         <androidx.appcompat.widget.Toolbar
    15             android:id="@+id/toolbar"
    16             android:layout_width="match_parent"
    17             android:layout_height="?attr/actionBarSize"
    18             android:background="?attr/colorPrimary"
    19             app:popupTheme="@style/AppTheme.PopupOverlay" />
    20 
    21     </com.google.android.material.appbar.AppBarLayout>
    22 
    23     <include layout="@layout/content_main" />
    24 
    25 </androidx.coordinatorlayout.widget.CoordinatorLayout>
  • 相关阅读:
    爬虫介绍
    HTTP请求协议
    谷歌浏览器表单提交,input填充背景
    SVN与GIT基础知识学习
    vue 开发环境搭建
    正则表达式验证
    canvas基础
    数组基础方法应用
    AJAX基础学习
    css弹性布局 --flex布局。
  • 原文地址:https://www.cnblogs.com/fuxw4971/p/14910335.html
Copyright © 2011-2022 走看看