|
|
|
|
@ -42,7 +42,7 @@ |
|
|
|
|
android:background="@drawable/selector_text" |
|
|
|
|
android:focusable="true" |
|
|
|
|
android:focusableInTouchMode="true" |
|
|
|
|
android:nextFocusLeft="@id/next" |
|
|
|
|
android:nextFocusLeft="@id/loop" |
|
|
|
|
android:nextFocusDown="@id/timeBar" |
|
|
|
|
android:text="@string/play_next" |
|
|
|
|
android:textColor="@color/white" |
|
|
|
|
@ -221,7 +221,7 @@ |
|
|
|
|
android:background="@drawable/selector_text" |
|
|
|
|
android:focusable="true" |
|
|
|
|
android:focusableInTouchMode="true" |
|
|
|
|
android:nextFocusRight="@id/loop" |
|
|
|
|
android:nextFocusRight="@id/next" |
|
|
|
|
android:nextFocusDown="@id/timeBar" |
|
|
|
|
android:text="@string/play_loop" |
|
|
|
|
android:textColor="@color/text" |
|
|
|
|
|