2017-11-17 19:09:36 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
|
android:layout_width="match_parent"
|
2018-02-14 10:14:13 +00:00
|
|
|
android:layout_height="22dp"
|
2017-11-17 19:09:36 +00:00
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
|
android:background="@color/brand_100"
|
|
|
|
|
tools:text="Social"
|
2018-02-14 10:14:13 +00:00
|
|
|
style="@style/Body1"
|
|
|
|
|
android:textSize="12sp"
|
2017-11-17 19:09:36 +00:00
|
|
|
android:textColor="@color/white"
|
|
|
|
|
android:paddingLeft="@dimen/drawer_padding"
|
|
|
|
|
android:paddingRight="@dimen/drawer_padding"
|
2018-02-14 10:14:13 +00:00
|
|
|
android:textAllCaps="true"/>
|