Reorganized settings, added more options to customize the now playing screen, added gradients to make UI elements visible on light album covers, fixed a bug with cardview background, fixed typos, increased version code, synced strings,
This commit is contained in:
parent
4111d728af
commit
a87320fcc9
43 changed files with 607 additions and 135 deletions
8
app/src/main/res/layout/preference_dynamic_checkbox.xml
Normal file
8
app/src/main/res/layout/preference_dynamic_checkbox.xml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<com.kabouzeid.gramophone.views.DynamicCheckBox xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:id="@+android:id/checkbox"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:focusable="false"
|
||||
android:focusableInTouchMode="false"
|
||||
android:clickable="false" />
|
||||
Loading…
Add table
Add a link
Reference in a new issue