use smaller font size at the bottom tabs
This commit is contained in:
parent
0b2c7dd2ba
commit
e79c9bba93
1 changed files with 4 additions and 2 deletions
|
@ -19,11 +19,13 @@
|
|||
android:id="@+id/tab_item_label"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_horizontal"
|
||||
android:layout_gravity="center"
|
||||
android:gravity="center_horizontal"
|
||||
android:includeFontPadding="false"
|
||||
android:maxLines="1"
|
||||
android:paddingTop="@dimen/small_margin"
|
||||
android:paddingBottom="@dimen/medium_margin"
|
||||
android:textSize="@dimen/smaller_text_size"
|
||||
android:textSize="@dimen/small_text_size"
|
||||
tools:text="@string/contacts_tab" />
|
||||
|
||||
</LinearLayout>
|
||||
|
|
Loading…
Reference in a new issue