summaryrefslogtreecommitdiffstats
path: root/res/layout-land
diff options
context:
space:
mode:
authorLinus Lee <llee@cyngn.com>2014-08-04 15:05:06 -0700
committerLinus Lee <llee@cyngn.com>2014-08-04 15:05:06 -0700
commit5601e2a4123fa540ecb6fb484ea0547338c5cf26 (patch)
tree9237c4d3fd998e7032bf81e58aaa15fff080af4d /res/layout-land
parent3b7f423ddabc26ff0430e5ff9f446fb7aeaf578b (diff)
downloadandroid_packages_apps_Eleven-5601e2a4123fa540ecb6fb484ea0547338c5cf26.tar.gz
android_packages_apps_Eleven-5601e2a4123fa540ecb6fb484ea0547338c5cf26.tar.bz2
android_packages_apps_Eleven-5601e2a4123fa540ecb6fb484ea0547338c5cf26.zip
Repackaged com.andrew.apollo to com.cyngn.eleven
Change-Id: Ifc925f29f4028afd359375a1470c129b6528e74f
Diffstat (limited to 'res/layout-land')
-rw-r--r--res/layout-land/activity_player_base.xml22
1 files changed, 11 insertions, 11 deletions
diff --git a/res/layout-land/activity_player_base.xml b/res/layout-land/activity_player_base.xml
index a23ec70..bc46cfa 100644
--- a/res/layout-land/activity_player_base.xml
+++ b/res/layout-land/activity_player_base.xml
@@ -14,8 +14,8 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<com.andrew.apollo.widgets.theme.ThemeableFrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:app="http://schemas.android.com/apk/res/com.andrew.apollo"
+<com.cyngn.eleven.widgets.theme.ThemeableFrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:app="http://schemas.android.com/apk/res/com.cyngn.eleven"
android:layout_width="match_parent"
android:layout_height="match_parent" >
@@ -29,7 +29,7 @@
android:layout_height="match_parent"
android:layout_alignParentLeft="true" >
- <com.andrew.apollo.widgets.SquareImageView
+ <com.cyngn.eleven.widgets.SquareImageView
android:id="@+id/audio_player_album_art"
android:layout_width="match_parent"
android:layout_height="match_parent"
@@ -93,7 +93,7 @@
android:paddingLeft="@dimen/audio_player_header_padding_left"
android:paddingRight="@dimen/audio_player_header_padding_right" >
- <com.andrew.apollo.widgets.theme.ThemeableTextView
+ <com.cyngn.eleven.widgets.theme.ThemeableTextView
android:id="@+id/audio_player_track_name"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@@ -104,7 +104,7 @@
android:textStyle="bold"
app:themeResource="audio_player_line_one" />
- <com.andrew.apollo.widgets.theme.ThemeableTextView
+ <com.cyngn.eleven.widgets.theme.ThemeableTextView
android:id="@+id/audio_player_artist_name"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@@ -122,14 +122,14 @@
android:focusable="true"
android:padding="@dimen/audio_player_switch_padding" >
- <com.andrew.apollo.widgets.SquareImageView
+ <com.cyngn.eleven.widgets.SquareImageView
android:id="@+id/audio_player_switch_queue"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:contentDescription="@null" />
- <com.andrew.apollo.widgets.SquareImageView
+ <com.cyngn.eleven.widgets.SquareImageView
android:id="@+id/audio_player_switch_album_art"
android:layout_width="wrap_content"
android:layout_height="match_parent"
@@ -137,7 +137,7 @@
</FrameLayout>
</LinearLayout>
- <com.andrew.apollo.widgets.theme.ThemeableTextView
+ <com.cyngn.eleven.widgets.theme.ThemeableTextView
android:id="@+id/audio_player_current_time"
android:layout_width="@dimen/audio_player_time_width"
android:layout_height="wrap_content"
@@ -148,7 +148,7 @@
android:textSize="@dimen/text_size_micro"
app:themeResource="audio_player_current_time" />
- <com.andrew.apollo.widgets.theme.ThemeableTextView
+ <com.cyngn.eleven.widgets.theme.ThemeableTextView
android:id="@+id/audio_player_total_time"
android:layout_width="@dimen/audio_player_time_width"
android:layout_height="wrap_content"
@@ -159,7 +159,7 @@
android:textSize="@dimen/text_size_micro"
app:themeResource="audio_player_total_time" />
- <com.andrew.apollo.widgets.theme.ThemeableSeekBar
+ <com.cyngn.eleven.widgets.theme.ThemeableSeekBar
android:id="@android:id/progress"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@@ -186,4 +186,4 @@
<include layout="@layout/colorstrip" />
-</com.andrew.apollo.widgets.theme.ThemeableFrameLayout> \ No newline at end of file
+</com.cyngn.eleven.widgets.theme.ThemeableFrameLayout> \ No newline at end of file