Merge pull request #4596 from goblinr/MAPSME-47-ext-fix-openstreetmap-profile-text-color

[android] Fix profile verified changes text color.
This commit is contained in:
alexzatsepin 2016-10-31 12:46:25 +03:00 committed by GitHub
commit 89a082e0e5

View file

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