Playing queue dialog finished
- rearranged code structure
This commit is contained in:
parent
e1eaa92070
commit
9ba8a07383
16 changed files with 254 additions and 123 deletions
|
|
@ -13,13 +13,14 @@
|
|||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
<TextView android:id="@android:id/text1"
|
||||
style="@style/ThemeOverlay.AppCompat.Light"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="48dp"
|
||||
android:gravity="center"
|
||||
android:paddingLeft="16dp"
|
||||
android:paddingRight="16dp"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="14sp"/>
|
||||
<TextView
|
||||
android:id="@android:id/text1"
|
||||
style="@style/ThemeOverlay.AppCompat.Light"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="48dp"
|
||||
android:gravity="center"
|
||||
android:paddingLeft="16dp"
|
||||
android:paddingRight="16dp"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="14sp"/>
|
||||
Loading…
Add table
Add a link
Reference in a new issue