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