mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-27 15:30:31 +05:30
commit
81afbfd9c6
@ -34,6 +34,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/addToPlaylist"
|
||||
android:textColor="?attr/colorSurface"
|
||||
android:padding="8dp"
|
||||
android:layout_margin="8dp"/>
|
||||
|
||||
|
@ -49,6 +49,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/cancel"
|
||||
android:textColor="?attr/colorSurface"
|
||||
android:padding="8dp"
|
||||
android:layout_margin="8dp"/>
|
||||
<Button
|
||||
@ -56,6 +57,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/createPlaylist"
|
||||
android:textColor="?attr/colorSurface"
|
||||
android:padding="8dp"
|
||||
android:layout_margin="8dp"/>
|
||||
|
||||
|
@ -49,6 +49,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/download"
|
||||
android:textColor="?attr/colorSurface"
|
||||
android:padding="8dp"
|
||||
android:layout_margin="8dp"
|
||||
android:layout_gravity="center"/>
|
||||
|
@ -81,6 +81,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/register"
|
||||
android:textColor="?attr/colorSurface"
|
||||
android:padding="8dp"
|
||||
android:layout_margin="8dp"/>
|
||||
<Button
|
||||
@ -88,6 +89,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/login"
|
||||
android:textColor="?attr/colorSurface"
|
||||
android:padding="8dp"
|
||||
android:layout_margin="8dp"/>
|
||||
|
||||
|
@ -27,6 +27,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/logout"
|
||||
android:textColor="?attr/colorSurface"
|
||||
android:padding="8dp"
|
||||
android:layout_margin="8dp"
|
||||
android:layout_gravity="center"/>
|
||||
|
@ -56,6 +56,7 @@
|
||||
android:text="@string/createPlaylist"
|
||||
android:layout_gravity="center"
|
||||
android:layout_margin="8dp"
|
||||
android:textColor="?attr/colorSurface"
|
||||
android:drawableLeft="@drawable/ic_add" />
|
||||
<RelativeLayout
|
||||
android:layout_width="match_parent"
|
||||
|
Loading…
x
Reference in New Issue
Block a user