rename color for image background
This commit is contained in:
parent
6c222d94b6
commit
2973b7f2d3
2 changed files with 3 additions and 2 deletions
|
@ -18,7 +18,7 @@
|
|||
<LinearLayout
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="@color/wikivoyage_start_editing_background"
|
||||
android:background="@color/wikivoyage_start_editing_image_background"
|
||||
android:orientation="horizontal">
|
||||
|
||||
<TextView
|
||||
|
@ -68,6 +68,7 @@
|
|||
android:layout_height="@dimen/bottom_sheet_title_height"
|
||||
android:layout_gravity="center"
|
||||
android:gravity="center"
|
||||
android:background="?attr/selectableItemBackground"
|
||||
android:textColor="?attr/color_dialog_buttons"
|
||||
android:textSize="@dimen/default_desc_text_size"
|
||||
osmand:typeface="@string/font_roboto_medium"
|
||||
|
|
|
@ -428,6 +428,6 @@
|
|||
<color name="wikivoyage_primary_text_light">#212121</color>
|
||||
<color name="wikivoyage_primary_text_dark">#cccccc</color>
|
||||
<color name="wikivoyage_secondary_text">#727272</color>
|
||||
<color name="wikivoyage_start_editing_background">#339966</color>
|
||||
<color name="wikivoyage_start_editing_image_background">#339966</color>
|
||||
|
||||
</resources>
|
Loading…
Reference in a new issue