Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9caae618 authored by Josh Guilfoyle's avatar Josh Guilfoyle
Browse files

themeable tabs

parent 38a0228c
Loading
Loading
Loading
Loading
+26 −11
Original line number Diff line number Diff line
<merge xmlns:android="http://schemas.android.com/apk/res/android">
<merge
	xmlns:android="http://schemas.android.com/apk/res/android">

	<LinearLayout android:orientation="horizontal"
	<LinearLayout
		android:orientation="horizontal"
		android:layout_width="fill_parent"
		android:layout_weight="1"
		android:layout_height="wrap_content" android:id="@+id/mainlayout3">
		android:layout_height="wrap_content"
		android:id="@+id/mainlayout3">

		<com.tmobile.widget.TabScrollTabWidget
			android:layout_weight="1" android:id="@android:id/tabs"
			android:layout_width="0px" android:layout_height="wrap_content" />
			android:layout_weight="1"
			android:id="@android:id/tabs"
			android:layout_width="0px"
			android:layout_height="wrap_content" />
	</LinearLayout>
		<Button android:id="@+id/moveLeft" android:text="@string/less_than" android:layout_gravity="center"
			android:layout_width="wrap_content" android:layout_height="wrap_content" />
		<Button android:id="@+id/moveRight" android:text="@string/greater_than" android:layout_gravity="center"
			android:layout_width="wrap_content" android:layout_height="wrap_content" />
	<Button
		android:id="@+id/moveLeft"
		android:text="@string/less_than"
		android:focusable="false"
		android:layout_gravity="center"
		android:layout_width="wrap_content"
		android:layout_height="wrap_content" />
	<Button
		android:id="@+id/moveRight"
		android:text="@string/greater_than"
		android:focusable="false"
		android:layout_gravity="center"
		android:layout_width="wrap_content"
		android:layout_height="wrap_content" />
</merge>
 No newline at end of file