Rename resource variable names: homepage_* -> contextual_*
Fixes: 130250419 Test: rebuild Change-Id: I497f2d8e48fb6b5cd54b40e5f5b0691de0e19b1c
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
|
||||
<ImageView xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:id="@android:id/icon"
|
||||
android:layout_width="@dimen/homepage_condition_header_icon_width_height"
|
||||
android:layout_height="@dimen/homepage_condition_header_icon_width_height"
|
||||
android:layout_marginEnd="@dimen/homepage_condition_header_icon_margin_end"
|
||||
android:layout_width="@dimen/contextual_condition_header_icon_width_height"
|
||||
android:layout_height="@dimen/contextual_condition_header_icon_width_height"
|
||||
android:layout_marginEnd="@dimen/contextual_condition_header_icon_margin_end"
|
||||
android:tint="?android:attr/colorAccent"/>
|
Reference in New Issue
Block a user