summaryrefslogtreecommitdiffstats
path: root/res/layout/action_bar_dts_logo.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/action_bar_dts_logo.xml')
-rw-r--r--res/layout/action_bar_dts_logo.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/res/layout/action_bar_dts_logo.xml b/res/layout/action_bar_dts_logo.xml
new file mode 100644
index 0000000..89a439c
--- /dev/null
+++ b/res/layout/action_bar_dts_logo.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="utf-8"?>
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:orientation="vertical"
+ android:layout_width="wrap_content"
+ android:layout_height="match_parent"
+ android:paddingRight="@dimen/action_bar_dts_switch_padding">
+
+ <TextView
+ android:text="@string/powered_by"
+ android:layout_gravity="center_horizontal"
+ android:textSize="10sp"
+ android:typeface="sans"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ />
+
+ <ImageView
+ android:id="@+id/dts_logo"
+ android:src="@drawable/logo_dts_fc"
+ android:layout_weight="1"
+ android:layout_width="wrap_content"
+ android:layout_height="0dp"
+ />
+
+
+</LinearLayout>