Welcome to mirror list, hosted at ThFree Co, Russian Federation.

tab.xml « layout « res « android - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c5e14b428cddd4c7129527c134e657e20b42bef0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="utf-8"?>
<TextView
  xmlns:android="http://schemas.android.com/apk/res/android"
  xmlns:tools="http://schemas.android.com/tools"
  android:layout_width="wrap_content"
  android:layout_height="wrap_content"
  android:gravity="center"
  android:padding="@dimen/margin_half_plus"
  android:singleLine="true"
  android:textAllCaps="true"
  android:textAppearance="@style/MwmTextAppearance.Body4"
  tools:drawableLeft="@drawable/ic_menu_open"
  tools:text="Some tab"/>