|
|
|
|
@ -80,25 +80,6 @@
|
|
|
|
|
android:scaleType="fitCenter" />
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
<LinearLayout android:id="@+id/settingsContainer"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="fill_parent"
|
|
|
|
|
android:visibility="gone">
|
|
|
|
|
<View
|
|
|
|
|
android:layout_width="0.5dip"
|
|
|
|
|
android:layout_height="fill_parent"
|
|
|
|
|
android:background="#ff222222"/>
|
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
|
android:id="@+id/settings"
|
|
|
|
|
android:layout_height="fill_parent"
|
|
|
|
|
android:layout_width="43dip"
|
|
|
|
|
android:background="?attr/asHeaderButtonBackground"
|
|
|
|
|
android:padding="7dip"
|
|
|
|
|
android:src="@drawable/icn_settings"
|
|
|
|
|
android:scaleType="fitCenter" />
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
<!-- Body goes here -->
|
|
|
|
|
|