forked from organicmaps/organicmaps
[android] Fix profile verified changes text color.
This commit is contained in:
parent
f173aacda0
commit
0d734fba05
1 changed files with 4 additions and 2 deletions
|
@ -66,7 +66,8 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:gravity="center"
|
||||
android:text="@string/editor_profile_changes"
|
||||
android:textAppearance="@style/MwmTextAppearance.Body1.Light"
|
||||
android:textAppearance="@style/MwmTextAppearance.Body1"
|
||||
android:textColor="@color/white_primary"
|
||||
android:textStyle="bold"/>
|
||||
|
||||
<TextView
|
||||
|
@ -75,7 +76,8 @@
|
|||
android:layout_height="0dp"
|
||||
android:layout_weight="1"
|
||||
android:gravity="center"
|
||||
android:textAppearance="@style/MwmTextAppearance.Body3.Light"
|
||||
android:textAppearance="@style/MwmTextAppearance.Body3"
|
||||
android:textColor="@color/white_secondary"
|
||||
tools:text="Last sent: 12.01.2015"/>
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
|
|
Loading…
Add table
Reference in a new issue