Add dark icons
BIN
app/src/main/res/drawable-night-hdpi/round_aspect_ratio_24.png
Normal file
After Width: | Height: | Size: 237 B |
BIN
app/src/main/res/drawable-night-hdpi/round_font_download_24.png
Normal file
After Width: | Height: | Size: 348 B |
After Width: | Height: | Size: 213 B |
BIN
app/src/main/res/drawable-night-hdpi/round_text_fields_24.png
Normal file
After Width: | Height: | Size: 258 B |
BIN
app/src/main/res/drawable-night-hdpi/round_text_format_24.png
Normal file
After Width: | Height: | Size: 297 B |
BIN
app/src/main/res/drawable-night-hdpi/round_texture_24.png
Normal file
After Width: | Height: | Size: 291 B |
After Width: | Height: | Size: 216 B |
BIN
app/src/main/res/drawable-night-mdpi/round_aspect_ratio_24.png
Normal file
After Width: | Height: | Size: 161 B |
BIN
app/src/main/res/drawable-night-mdpi/round_font_download_24.png
Normal file
After Width: | Height: | Size: 245 B |
After Width: | Height: | Size: 158 B |
BIN
app/src/main/res/drawable-night-mdpi/round_text_fields_24.png
Normal file
After Width: | Height: | Size: 155 B |
BIN
app/src/main/res/drawable-night-mdpi/round_text_format_24.png
Normal file
After Width: | Height: | Size: 204 B |
BIN
app/src/main/res/drawable-night-mdpi/round_texture_24.png
Normal file
After Width: | Height: | Size: 208 B |
After Width: | Height: | Size: 143 B |
BIN
app/src/main/res/drawable-night-xhdpi/round_aspect_ratio_24.png
Normal file
After Width: | Height: | Size: 248 B |
BIN
app/src/main/res/drawable-night-xhdpi/round_font_download_24.png
Normal file
After Width: | Height: | Size: 445 B |
After Width: | Height: | Size: 218 B |
BIN
app/src/main/res/drawable-night-xhdpi/round_text_fields_24.png
Normal file
After Width: | Height: | Size: 206 B |
BIN
app/src/main/res/drawable-night-xhdpi/round_text_format_24.png
Normal file
After Width: | Height: | Size: 378 B |
BIN
app/src/main/res/drawable-night-xhdpi/round_texture_24.png
Normal file
After Width: | Height: | Size: 325 B |
After Width: | Height: | Size: 215 B |
BIN
app/src/main/res/drawable-night-xxhdpi/round_aspect_ratio_24.png
Normal file
After Width: | Height: | Size: 336 B |
After Width: | Height: | Size: 652 B |
After Width: | Height: | Size: 340 B |
BIN
app/src/main/res/drawable-night-xxhdpi/round_text_fields_24.png
Normal file
After Width: | Height: | Size: 329 B |
BIN
app/src/main/res/drawable-night-xxhdpi/round_text_format_24.png
Normal file
After Width: | Height: | Size: 556 B |
BIN
app/src/main/res/drawable-night-xxhdpi/round_texture_24.png
Normal file
After Width: | Height: | Size: 420 B |
After Width: | Height: | Size: 308 B |
After Width: | Height: | Size: 473 B |
After Width: | Height: | Size: 809 B |
After Width: | Height: | Size: 425 B |
BIN
app/src/main/res/drawable-night-xxxhdpi/round_text_fields_24.png
Normal file
After Width: | Height: | Size: 349 B |
BIN
app/src/main/res/drawable-night-xxxhdpi/round_text_format_24.png
Normal file
After Width: | Height: | Size: 750 B |
BIN
app/src/main/res/drawable-night-xxxhdpi/round_texture_24.png
Normal file
After Width: | Height: | Size: 523 B |
After Width: | Height: | Size: 395 B |
@ -10,6 +10,7 @@
|
|||||||
android:id="@+id/content_fragment"
|
android:id="@+id/content_fragment"
|
||||||
android:name="androidx.navigation.fragment.NavHostFragment"
|
android:name="androidx.navigation.fragment.NavHostFragment"
|
||||||
app:defaultNavHost="true"
|
app:defaultNavHost="true"
|
||||||
|
android:background="@color/colorPrimary"
|
||||||
app:navGraph="@navigation/nav_graph"
|
app:navGraph="@navigation/nav_graph"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"/>
|
android:layout_height="match_parent"/>
|
||||||
|
@ -124,7 +124,7 @@
|
|||||||
app:cardElevation="0dp"
|
app:cardElevation="0dp"
|
||||||
app:cardPreventCornerOverlap="true"
|
app:cardPreventCornerOverlap="true"
|
||||||
app:cardCornerRadius="0dp"
|
app:cardCornerRadius="0dp"
|
||||||
app:cardBackgroundColor="@color/colorPrimaryDark"
|
app:cardBackgroundColor="@color/colorPrimary"
|
||||||
android:orientation="vertical">
|
android:orientation="vertical">
|
||||||
<androidx.fragment.app.FragmentContainerView
|
<androidx.fragment.app.FragmentContainerView
|
||||||
android:id="@+id/settings_fragment"
|
android:id="@+id/settings_fragment"
|
||||||
|
@ -23,7 +23,6 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:id="@+id/scrollView"
|
android:id="@+id/scrollView"
|
||||||
android:background="@color/colorPrimary"
|
|
||||||
android:scrollbarThumbVertical="@color/colorPrimaryDark">
|
android:scrollbarThumbVertical="@color/colorPrimaryDark">
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
@ -42,29 +41,13 @@
|
|||||||
android:textColor="@color/colorAccent"
|
android:textColor="@color/colorAccent"
|
||||||
android:textAppearance="@style/AnotherWidget.Settings.Header"
|
android:textAppearance="@style/AnotherWidget.Settings.Header"
|
||||||
app:textAllCaps="false" />
|
app:textAllCaps="false" />
|
||||||
<com.google.android.material.card.MaterialCardView
|
|
||||||
android:layout_width="match_parent"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
app:cardElevation="0dp"
|
|
||||||
android:layout_marginLeft="16dp"
|
|
||||||
android:layout_marginRight="16dp"
|
|
||||||
android:layout_marginTop="8dp"
|
|
||||||
android:layout_marginBottom="4dp"
|
|
||||||
app:strokeColor="@color/cardBorder"
|
|
||||||
app:strokeWidth="1dp"
|
|
||||||
app:cardBackgroundColor="@color/colorPrimary"
|
|
||||||
app:cardCornerRadius="8dp">
|
|
||||||
<LinearLayout
|
|
||||||
android:layout_width="match_parent"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:orientation="vertical">
|
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:paddingTop="12dp"
|
android:paddingTop="12dp"
|
||||||
android:paddingBottom="12dp"
|
android:paddingBottom="12dp"
|
||||||
android:paddingStart="10dp"
|
android:paddingLeft="8dp"
|
||||||
android:paddingEnd="0dp"
|
android:paddingRight="8dp"
|
||||||
android:clickable="true"
|
android:clickable="true"
|
||||||
android:focusable="true"
|
android:focusable="true"
|
||||||
android:background="?android:attr/selectableItemBackground"
|
android:background="?android:attr/selectableItemBackground"
|
||||||
@ -107,8 +90,8 @@
|
|||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:paddingTop="12dp"
|
android:paddingTop="12dp"
|
||||||
android:paddingBottom="12dp"
|
android:paddingBottom="12dp"
|
||||||
android:paddingStart="10dp"
|
android:paddingLeft="8dp"
|
||||||
android:paddingEnd="0dp"
|
android:paddingRight="8dp"
|
||||||
android:clickable="true"
|
android:clickable="true"
|
||||||
android:focusable="true"
|
android:focusable="true"
|
||||||
android:background="?android:attr/selectableItemBackground"
|
android:background="?android:attr/selectableItemBackground"
|
||||||
@ -146,8 +129,6 @@
|
|||||||
android:src="@drawable/round_chevron_right_24"
|
android:src="@drawable/round_chevron_right_24"
|
||||||
app:tint="@color/colorPrimaryText"/>
|
app:tint="@color/colorPrimaryText"/>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
</LinearLayout>
|
|
||||||
</com.google.android.material.card.MaterialCardView>
|
|
||||||
<androidx.appcompat.widget.AppCompatTextView
|
<androidx.appcompat.widget.AppCompatTextView
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
@ -159,22 +140,6 @@
|
|||||||
android:paddingRight="20dp"
|
android:paddingRight="20dp"
|
||||||
android:textAppearance="@style/AnotherWidget.Settings.Header"
|
android:textAppearance="@style/AnotherWidget.Settings.Header"
|
||||||
app:textAllCaps="false" />
|
app:textAllCaps="false" />
|
||||||
<com.google.android.material.card.MaterialCardView
|
|
||||||
android:layout_width="match_parent"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
app:cardElevation="0dp"
|
|
||||||
android:layout_marginLeft="16dp"
|
|
||||||
android:layout_marginRight="16dp"
|
|
||||||
android:layout_marginTop="8dp"
|
|
||||||
android:layout_marginBottom="4dp"
|
|
||||||
app:strokeColor="@color/cardBorder"
|
|
||||||
app:strokeWidth="1dp"
|
|
||||||
app:cardBackgroundColor="@color/colorPrimary"
|
|
||||||
app:cardCornerRadius="8dp">
|
|
||||||
<LinearLayout
|
|
||||||
android:layout_width="match_parent"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:orientation="vertical">
|
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
@ -186,8 +151,8 @@
|
|||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:paddingTop="12dp"
|
android:paddingTop="12dp"
|
||||||
android:paddingBottom="12dp"
|
android:paddingBottom="12dp"
|
||||||
android:paddingStart="10dp"
|
android:paddingLeft="8dp"
|
||||||
android:paddingEnd="0dp"
|
android:paddingRight="8dp"
|
||||||
android:orientation="horizontal"
|
android:orientation="horizontal"
|
||||||
android:gravity="center_vertical"
|
android:gravity="center_vertical"
|
||||||
android:clickable="true"
|
android:clickable="true"
|
||||||
@ -250,8 +215,8 @@
|
|||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:paddingTop="12dp"
|
android:paddingTop="12dp"
|
||||||
android:paddingBottom="12dp"
|
android:paddingBottom="12dp"
|
||||||
android:paddingStart="10dp"
|
android:paddingLeft="8dp"
|
||||||
android:paddingEnd="0dp"
|
android:paddingRight="8dp"
|
||||||
android:orientation="horizontal"
|
android:orientation="horizontal"
|
||||||
android:gravity="center_vertical"
|
android:gravity="center_vertical"
|
||||||
android:clickable="true"
|
android:clickable="true"
|
||||||
@ -315,8 +280,8 @@
|
|||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:paddingTop="12dp"
|
android:paddingTop="12dp"
|
||||||
android:paddingBottom="12dp"
|
android:paddingBottom="12dp"
|
||||||
android:paddingStart="10dp"
|
android:paddingLeft="8dp"
|
||||||
android:paddingEnd="0dp"
|
android:paddingRight="8dp"
|
||||||
android:orientation="horizontal"
|
android:orientation="horizontal"
|
||||||
android:gravity="center_vertical"
|
android:gravity="center_vertical"
|
||||||
android:clickable="true"
|
android:clickable="true"
|
||||||
@ -379,8 +344,8 @@
|
|||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:paddingTop="12dp"
|
android:paddingTop="12dp"
|
||||||
android:paddingBottom="12dp"
|
android:paddingBottom="12dp"
|
||||||
android:paddingStart="10dp"
|
android:paddingLeft="8dp"
|
||||||
android:paddingEnd="0dp"
|
android:paddingRight="8dp"
|
||||||
android:orientation="horizontal"
|
android:orientation="horizontal"
|
||||||
android:gravity="center_vertical"
|
android:gravity="center_vertical"
|
||||||
android:clickable="true"
|
android:clickable="true"
|
||||||
@ -433,7 +398,5 @@
|
|||||||
android:buttonTint="@color/colorAccent" />
|
android:buttonTint="@color/colorAccent" />
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
</com.google.android.material.card.MaterialCardView>
|
|
||||||
</LinearLayout>
|
|
||||||
</com.tommasoberlose.anotherwidget.components.FixedFocusScrollView>
|
</com.tommasoberlose.anotherwidget.components.FixedFocusScrollView>
|
||||||
</layout>
|
</layout>
|