Rename resource variable names: homepage_* -> contextual_*

Fixes: 130250419
Test: rebuild
Change-Id: I497f2d8e48fb6b5cd54b40e5f5b0691de0e19b1c
This commit is contained in:
Fan Zhang
2019-04-10 12:25:10 -07:00
parent aa599e737a
commit b64d16dcad
15 changed files with 118 additions and 118 deletions

View File

@@ -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"/>