适配黑色主题,调整细节
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
android:orientation="vertical"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:background="@color/color_F9F9F9">
|
||||
android:background="@color/mainBackgroundColor">
|
||||
<RelativeLayout
|
||||
android:id="@+id/rl_title"
|
||||
android:layout_width="match_parent"
|
||||
@@ -19,7 +19,7 @@
|
||||
android:layout_marginLeft="@dimen/dp_20"
|
||||
android:layout_marginTop="@dimen/dp_20"
|
||||
android:textSize="14sp"
|
||||
android:textColor="@color/color_222222"
|
||||
android:textColor="@color/textPrimaryColor"
|
||||
android:text="@string/device_setting_info"
|
||||
android:textStyle="bold"/>
|
||||
<LinearLayout
|
||||
@@ -37,7 +37,7 @@
|
||||
android:layout_marginLeft="@dimen/dp_20"
|
||||
android:layout_centerVertical="true"
|
||||
android:textSize="16sp"
|
||||
android:textColor="@color/color_222222"
|
||||
android:textColor="@color/textPrimaryColor"
|
||||
android:text="@string/device_setting_name"/>
|
||||
<ImageView
|
||||
android:id="@+id/img_point1"
|
||||
@@ -55,7 +55,7 @@
|
||||
android:layout_toLeftOf="@+id/img_point1"
|
||||
android:layout_marginRight="@dimen/dp_20"
|
||||
android:textSize="14sp"
|
||||
android:textColor="@color/color_999999"
|
||||
android:textColor="@color/textPrimaryColor"
|
||||
android:text="设备名称"/>
|
||||
</RelativeLayout>
|
||||
|
||||
@@ -69,7 +69,7 @@
|
||||
android:layout_marginLeft="@dimen/dp_20"
|
||||
android:layout_centerVertical="true"
|
||||
android:textSize="16sp"
|
||||
android:textColor="@color/color_222222"
|
||||
android:textColor="@color/textPrimaryColor"
|
||||
android:text="@string/device_setting_info"/>
|
||||
<ImageView
|
||||
android:id="@+id/img_point2"
|
||||
@@ -91,7 +91,7 @@
|
||||
android:layout_marginLeft="@dimen/dp_20"
|
||||
android:layout_centerVertical="true"
|
||||
android:textSize="16sp"
|
||||
android:textColor="@color/color_222222"
|
||||
android:textColor="@color/textPrimaryColor"
|
||||
android:text="@string/device_setting_wifi_manager"/>
|
||||
<ImageView
|
||||
android:id="@+id/img_point3"
|
||||
@@ -123,7 +123,7 @@
|
||||
android:layout_marginLeft="@dimen/dp_20"
|
||||
android:layout_centerVertical="true"
|
||||
android:textSize="16sp"
|
||||
android:textColor="@color/color_222222"
|
||||
android:textColor="@color/textPrimaryColor"
|
||||
android:text="@string/device_setting_unbind"/>
|
||||
<ImageView
|
||||
android:id="@+id/img_point4"
|
||||
|
||||
Reference in New Issue
Block a user