新增 夜间模式
This commit is contained in:
@@ -2,16 +2,16 @@
|
||||
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="#f0f1f5"
|
||||
android:background="?android:divider"
|
||||
android:paddingTop="@dimen/divider_drawer_menu_group">
|
||||
|
||||
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:id="@+id/title"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="#ffffff"
|
||||
android:background="?android:windowBackground"
|
||||
android:padding="8dp"
|
||||
android:textColor="#999999"
|
||||
android:textColor="?drawer_group_text_color"
|
||||
android:textSize="12sp">
|
||||
|
||||
</TextView>
|
||||
|
||||
Reference in New Issue
Block a user