Implmenent some optimizations suggested by layoutopt
This commit is contained in:
parent
84f0e02882
commit
827201a644
@ -35,7 +35,7 @@ THE SOFTWARE.
|
||||
<SeekBar
|
||||
android:id="@+id/seek_bar"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_width="0px"
|
||||
android:layout_gravity="center"
|
||||
android:paddingTop="5px"
|
||||
android:paddingBottom="5px"
|
||||
@ -59,4 +59,4 @@ THE SOFTWARE.
|
||||
android:orientation="horizontal">
|
||||
<include layout="@layout/playback_buttons" />
|
||||
</LinearLayout>
|
||||
</merge>
|
||||
</merge>
|
||||
|
@ -61,7 +61,7 @@ THE SOFTWARE.
|
||||
<SeekBar
|
||||
android:id="@+id/seek_bar"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_width="0px"
|
||||
android:layout_gravity="center"
|
||||
android:paddingTop="5px"
|
||||
android:paddingBottom="5px"
|
||||
|
@ -29,7 +29,7 @@ THE SOFTWARE.
|
||||
<TabHost
|
||||
android:id="@android:id/tabhost"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_height="0px"
|
||||
android:layout_weight="1">
|
||||
<LinearLayout
|
||||
android:orientation="vertical"
|
||||
|
@ -29,7 +29,7 @@ THE SOFTWARE.
|
||||
<TabHost
|
||||
android:id="@android:id/tabhost"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_height="0px"
|
||||
android:layout_weight="1">
|
||||
<LinearLayout
|
||||
android:orientation="vertical"
|
||||
|
Loading…
x
Reference in New Issue
Block a user