rm obsolete container

This commit is contained in:
ligi 2013-12-12 18:22:47 +01:00
parent f9d4feda02
commit 8d47bcc83a

View file

@ -1,98 +1,92 @@
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/left_drawer"
android:layout_width="240dp"
android:layout_height="match_parent"
android:layout_gravity="start"
android:orientation="vertical"
android:background="@android:color/white">
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="#ffe3e3e3"
android:text="SORT"
android:padding="7dp" />
<RadioGroup
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:id="@+id/radioGroup">
<RadioButton
android:id="@+id/categoryRadioButton"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="Category"
android:checked="true" />
<RadioButton
android:id="@+id/dateRadioButton"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="Date" />
</RadioGroup>
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="#ffe3e3e3"
android:text="MORE"
android:padding="7dp" />
<LinearLayout
android:id="@+id/left_drawer"
android:layout_width="240dp"
android:layout_height="match_parent"
android:layout_gravity="start"
android:orientation="vertical"
android:background="@android:color/white">
android:id="@+id/rate"
style="@style/nav_btn">
<ImageView
android:src="@drawable/play_icon"
style="@style/nav_icon" />
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="#ffe3e3e3"
android:text="SORT"
android:padding="7dp" />
style="@style/nav_text"
android:text="Play" />
</LinearLayout>
<View style="@style/seperator_view" />
<RadioGroup
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:id="@+id/radioGroup">
<LinearLayout
style="@style/nav_btn"
<RadioButton
android:id="@+id/categoryRadioButton"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="Category"
android:checked="true" />
android:id="@+id/community">
<RadioButton
android:id="@+id/dateRadioButton"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="Date" />
</RadioGroup>
<ImageView
style="@style/nav_icon"
android:src="@drawable/community_icon" />
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="#ffe3e3e3"
android:text="MORE"
android:padding="7dp" />
<LinearLayout
android:id="@+id/rate"
style="@style/nav_btn">
<ImageView
android:src="@drawable/play_icon"
style="@style/nav_icon" />
<TextView
style="@style/nav_text"
android:text="Play" />
</LinearLayout>
<View style="@style/seperator_view" />
<LinearLayout
style="@style/nav_btn"
android:id="@+id/community">
<ImageView
style="@style/nav_icon"
android:src="@drawable/community_icon" />
<TextView
android:text="Community"
style="@style/nav_text" />
</LinearLayout>
<View style="@style/seperator_view" />
<LinearLayout
style="@style/nav_btn"
android:id="@+id/share">
<ImageView
style="@style/nav_icon"
android:src="@android:drawable/ic_menu_share" />
<TextView
android:text="Share"
style="@style/nav_text" />
</LinearLayout>
android:text="Community"
style="@style/nav_text" />
</LinearLayout>
</FrameLayout>
<View style="@style/seperator_view" />
<LinearLayout
style="@style/nav_btn"
android:id="@+id/share">
<ImageView
style="@style/nav_icon"
android:src="@android:drawable/ic_menu_share" />
<TextView
android:text="Share"
style="@style/nav_text" />
</LinearLayout>
</LinearLayout>