mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-28 08:11:02 +00:00
fix: idr
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="oval">
|
||||
<solid android:color="?attr/colorTertiary" />
|
||||
<solid android:color="?attr/colorPrimary" />
|
||||
</shape>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="oval">
|
||||
<solid android:color="?attr/colorPrimary" />
|
||||
<solid android:color="?attr/colorTertiary" />
|
||||
</shape>
|
||||
@@ -46,7 +46,7 @@
|
||||
android:layout_width="48dp"
|
||||
android:layout_height="48dp"
|
||||
android:layout_gravity="bottom|center_horizontal"
|
||||
android:layout_marginBottom="16dp"
|
||||
android:layout_marginBottom="64dp"
|
||||
app:cardBackgroundColor="?android:colorBackground"
|
||||
app:cardCornerRadius="24dp"
|
||||
app:contentPadding="12dp">
|
||||
|
||||
@@ -890,4 +890,5 @@ Non quae tempore quo provident laudantium qui illo dolor vel quia dolor et exerc
|
||||
<string name="users">Users</string>
|
||||
<string name="social">Social</string>
|
||||
<string name="auto_skip_recap">Auto Skip Recap</string>
|
||||
<string name="use_anilist_icon">Use AniList Icon</string>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user