ui tweaks

This commit is contained in:
Finnley Somdahl 2023-10-29 20:33:13 -05:00
parent 7545870f38
commit 26f9f40042
3 changed files with 5 additions and 3 deletions

View file

@ -4,7 +4,8 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:app="http://schemas.android.com/apk/res-auto"
android:orientation="horizontal" android:orientation="horizontal"
android:padding="16dp"> android:paddingTop="16dp"
android:paddingBottom="16dp">
<ImageView <ImageView
android:id="@+id/extensionIconImageView" android:id="@+id/extensionIconImageView"

View file

@ -3,7 +3,8 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:orientation="horizontal" android:orientation="horizontal"
android:padding="16dp"> android:paddingTop="16dp"
android:paddingBottom="16dp">
<ImageView <ImageView
android:id="@+id/extensionIconImageView" android:id="@+id/extensionIconImageView"

View file

@ -618,7 +618,7 @@
<string name="discord_logout_success">Successfully Logged Out</string> <string name="discord_logout_success">Successfully Logged Out</string>
<string name="discord_try_again">Try logging-in again</string> <string name="discord_try_again">Try logging-in again</string>
<string name="error_loading_discord_user_data">Error loading Discord User Data</string> <string name="error_loading_discord_user_data">Error loading Discord User Data</string>
<string name="discord_warning"><![CDATA[By logging in, your discord will now show what you are watching & reading on SaDantotsuikou\n\nIf you are on invisible mode, logging in will make you online, when you open Dantotsu.\n\nThis does break the Discord TOS. \nAlthough Discord has never banned anyone for using Custom Rich Presence(what Dantotsu uses), You have still been warned.\n\nDantotsu is not responsible for anything that happens to your account.]]></string> <string name="discord_warning"><![CDATA[By logging in, your discord will now show what you are watching & reading on Dantotsu\n\nIf you are on invisible mode, logging in will make you online, when you open Dantotsu.\n\nThis does break the Discord TOS. \nAlthough Discord has never banned anyone for using Custom Rich Presence(what Dantotsu uses), You have still been warned.\n\nDantotsu is not responsible for anything that happens to your account.]]></string>
<string name="warning">Warning</string> <string name="warning">Warning</string>
<string name="view_anime">View Anime</string> <string name="view_anime">View Anime</string>
<string name="view_manga">View Manga</string> <string name="view_manga">View Manga</string>