| | |
| | | android:orientation="vertical"> |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_menu_title" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:text="COMB" |
| | |
| | | <ImageView |
| | | android:layout_width="22dp" |
| | | android:layout_height="22dp" |
| | | android:src="@mipmap/icon_record" |
| | | app:tint="@color/drawer_item_text_gray" /> |
| | | android:src="@mipmap/icon_1" |
| | | /> |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | |
| | | android:layout_height="48dp" |
| | | android:gravity="center_vertical" |
| | | android:orientation="horizontal" |
| | | android:paddingLeft="20dp" |
| | | android:paddingLeft="21dp" |
| | | android:paddingRight="20dp"> |
| | | |
| | | <ImageView |
| | | android:layout_width="22dp" |
| | | android:layout_height="22dp" |
| | | android:src="@mipmap/ic_bluetooth" |
| | | app:tint="@color/drawer_item_text_gray" /> |
| | | android:layout_width="20dp" |
| | | android:layout_height="20dp" |
| | | android:src="@mipmap/icon_2" |
| | | /> |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | |
| | | android:textColor="@color/drawer_item_text_gray" |
| | | android:textSize="15sp" /> |
| | | </LinearLayout> |
| | | |
| | | <View |
| | | android:layout_width="match_parent" |
| | | android:layout_height="1dp" |
| | | android:layout_marginTop="5dp" |
| | | android:layout_marginBottom="5dp" |
| | | android:background="@color/drawer_divider" /> |
| | | |
| | | <!-- 参数设定 --> |
| | | <LinearLayout |
| | |
| | | <ImageView |
| | | android:layout_width="22dp" |
| | | android:layout_height="22dp" |
| | | android:src="@mipmap/icon_topbar_overflow" |
| | | app:tint="@color/drawer_item_text_gray" /> |
| | | android:src="@mipmap/icon_3" |
| | | /> |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | |
| | | android:textSize="15sp" /> |
| | | </LinearLayout> |
| | | |
| | | <View |
| | | android:layout_width="match_parent" |
| | | android:layout_height="1dp" |
| | | android:layout_marginTop="5dp" |
| | | android:layout_marginBottom="5dp" |
| | | android:background="@color/drawer_divider" /> |
| | | |
| | | |
| | | <!-- 当前设备 --> |
| | | <LinearLayout |
| | |
| | | <ImageView |
| | | android:layout_width="22dp" |
| | | android:layout_height="22dp" |
| | | android:src="@mipmap/icon_topbar_about" |
| | | app:tint="@color/drawer_item_text_gray" /> |
| | | android:src="@mipmap/icon_4" |
| | | /> |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | |
| | | <ImageView |
| | | android:layout_width="22dp" |
| | | android:layout_height="22dp" |
| | | android:src="@mipmap/icon_topbar_overflow" |
| | | app:tint="@color/drawer_item_text_gray" /> |
| | | android:src="@mipmap/icon_5" |
| | | /> |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | |
| | | android:textSize="15sp" /> |
| | | </LinearLayout> |
| | | |
| | | <!-- 系统设置 --> |
| | | <LinearLayout |
| | | android:id="@+id/menu_system_settings" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="48dp" |
| | | android:gravity="center_vertical" |
| | | android:orientation="horizontal" |
| | | android:paddingLeft="20dp" |
| | | android:paddingRight="20dp" |
| | | android:visibility="gone"> |
| | | |
| | | <ImageView |
| | | android:layout_width="22dp" |
| | | android:layout_height="22dp" |
| | | android:src="@mipmap/icon_6" |
| | | /> |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginLeft="25dp" |
| | | android:text="系统设置" |
| | | android:textColor="@color/drawer_item_text_gray" |
| | | android:textSize="15sp" /> |
| | | </LinearLayout> |
| | | |
| | | </LinearLayout> |
| | | </ScrollView> |
| | | |