Change wikipedia title text size

This commit is contained in:
PavelRatushny 2017-12-27 12:18:35 +02:00
parent bac9180bc0
commit f0f518d5cc

View file

@ -66,6 +66,7 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:padding="@dimen/content_padding" android:padding="@dimen/content_padding"
android:textSize="@dimen/map_button_text_size"
tools:text="Title"/> tools:text="Title"/>
</LinearLayout> </LinearLayout>