2013-04-23 19:21:48 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2014-05-15 22:06:23 +00:00
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
2013-08-22 11:02:30 +00:00
|
|
|
android:layout_width="wrap_content"
|
2014-05-15 22:06:23 +00:00
|
|
|
android:layout_height="48dp"
|
2014-11-14 18:39:15 +00:00
|
|
|
android:gravity="start"
|
2013-04-23 19:21:48 +00:00
|
|
|
android:orientation="vertical" >
|
|
|
|
|
2013-08-22 11:02:30 +00:00
|
|
|
<TextView
|
|
|
|
android:id="@+id/SideMenuTitle"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
2014-05-15 22:06:23 +00:00
|
|
|
android:layout_margin="4dp"
|
2013-08-22 11:02:30 +00:00
|
|
|
android:singleLine="true"
|
2014-05-15 22:06:23 +00:00
|
|
|
tools:text="Menu Option"
|
|
|
|
android:textAppearance="?android:attr/textAppearanceLarge"
|
|
|
|
android:fontFamily="sans-serif-light"
|
2014-04-27 21:13:09 +00:00
|
|
|
android:textColor="#FFFFFF" />
|
2013-04-23 19:21:48 +00:00
|
|
|
|
|
|
|
</LinearLayout>
|