commit | a755e7971e8ca798a63ac875daf5fcb335c110d7 | [log] [tgz] |
---|---|---|
author | Youming Ye <paulye@google.com> | Fri Aug 10 14:33:39 2018 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Fri Aug 10 14:33:39 2018 -0700 |
tree | a8ec5f98d6f0fcd4a58b6cefbaa9a5857c7b35f7 | |
parent | ad522a33cd2fedd8ef1e63933da6271ebd708eeb [diff] | |
parent | 63d3dfc2c702c0f8195d001ecf74603d8ab8632e [diff] |
Merge "Fix resource warnings." am: 63d3dfc2c7 Change-Id: I18436f2834788c917d68dd66600a95ec78527c6d
diff --git a/res/layout/pref_dialog_editphonenumber.xml b/res/layout/pref_dialog_editphonenumber.xml index cb16516..3bd52c0 100644 --- a/res/layout/pref_dialog_editphonenumber.xml +++ b/res/layout/pref_dialog_editphonenumber.xml
@@ -21,7 +21,7 @@ android:orientation="vertical" android:padding="?android:attr/dialogPreferredPadding"> - <TextView android:id="@+android:id/message" + <TextView android:id="@+id/message" style="?android:attr/textAppearanceMedium" android:layout_width="match_parent" android:layout_height="wrap_content"
diff --git a/res/layout/telephony_disallowed_preference_screen.xml b/res/layout/telephony_disallowed_preference_screen.xml index 18b4d94..baa049f 100644 --- a/res/layout/telephony_disallowed_preference_screen.xml +++ b/res/layout/telephony_disallowed_preference_screen.xml
@@ -30,7 +30,7 @@ android:cacheColorHint="@android:color/white" android:fadingEdgeLength="16dip" /> - <TextView android:id="@+android:id/empty" + <TextView android:id="@+id/empty" android:layout_width="match_parent" android:layout_height="match_parent" android:gravity="center"