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"
|
2013-08-22 11:02:30 +00:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="match_parent"
|
2013-04-23 19:21:48 +00:00
|
|
|
android:gravity="left"
|
|
|
|
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"
|
|
|
|
android:layout_marginLeft="5dip"
|
|
|
|
android:layout_marginTop="5dip"
|
|
|
|
android:singleLine="true"
|
|
|
|
android:text="@+id/TextView01"
|
|
|
|
android:textAppearance="?android:attr/textAppearanceLarge"
|
2014-04-27 21:13:09 +00:00
|
|
|
android:textStyle="bold"
|
|
|
|
android:textColor="#FFFFFF" />
|
2013-04-23 19:21:48 +00:00
|
|
|
|
|
|
|
</LinearLayout>
|