From a72e12ae06fafe1885aa763ffa04faa84afb9523 Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Tue, 28 Apr 2015 17:31:59 -0700 Subject: #259 Bunch of fixes/improvements to swipe up bar --- .../main/res/layout/abstract_fragment_activity.xml | 24 ++++++++++++++-------- .../res/layout/abstract_fragment_container.xml | 6 ++++++ 2 files changed, 21 insertions(+), 9 deletions(-) create mode 100644 app/src/main/res/layout/abstract_fragment_container.xml (limited to 'app/src/main/res/layout') diff --git a/app/src/main/res/layout/abstract_fragment_activity.xml b/app/src/main/res/layout/abstract_fragment_activity.xml index 3aa6374f..29fbc3b1 100644 --- a/app/src/main/res/layout/abstract_fragment_activity.xml +++ b/app/src/main/res/layout/abstract_fragment_activity.xml @@ -19,11 +19,7 @@ android:layout_height="?attr/actionBarSize" android:layout_width="match_parent"/> - + + android:textSize="@dimen/BottomBar.Text.Major" + android:text="@string/main.title" + android:ellipsize="marquee" + android:marqueeRepeatLimit="marquee_forever" + android:scrollHorizontally="true" + android:focusable="true" + android:focusableInTouchMode="true"> + + + + android:textSize="@dimen/BottomBar.Text.Minor" + android:text="@string/main.artist"/> diff --git a/app/src/main/res/layout/abstract_fragment_container.xml b/app/src/main/res/layout/abstract_fragment_container.xml new file mode 100644 index 00000000..f13356c4 --- /dev/null +++ b/app/src/main/res/layout/abstract_fragment_container.xml @@ -0,0 +1,6 @@ + + \ No newline at end of file -- cgit v1.2.3