forked from organicmaps/organicmaps
[yota] text sizes
This commit is contained in:
parent
854fceaa71
commit
13803d5839
2 changed files with 2 additions and 3 deletions
|
@ -43,8 +43,7 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:drawableLeft="@drawable/ic_swipeleftright"
|
||||
android:text="@string/show_my_location"
|
||||
android:textSize="20dp" >
|
||||
android:text="@string/show_my_location" >
|
||||
</TextView>
|
||||
|
||||
</LinearLayout>
|
|
@ -45,7 +45,7 @@
|
|||
<item name="android:paddingTop">5dp</item>
|
||||
<item name="android:drawablePadding">15dp</item>
|
||||
<item name="android:textColor">@android:color/white</item>
|
||||
<item name="android:textSize">24dp</item>
|
||||
<item name="android:textSize">20dp</item>
|
||||
</style>
|
||||
|
||||
</resources>
|
Loading…
Add table
Reference in a new issue