diff --git a/app/src/main/res/layout/fragment_channel.xml b/app/src/main/res/layout/fragment_channel.xml index ab53dd10b..ebd90c0f7 100644 --- a/app/src/main/res/layout/fragment_channel.xml +++ b/app/src/main/res/layout/fragment_channel.xml @@ -97,6 +97,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginStart="10dp" + android:layout_marginEnd="10dp" android:layout_marginBottom="15dp" android:text="" /> diff --git a/app/src/main/res/values/themes.xml b/app/src/main/res/values/themes.xml index 70d6eb3ed..88da66632 100644 --- a/app/src/main/res/values/themes.xml +++ b/app/src/main/res/values/themes.xml @@ -81,7 +81,7 @@ @color/purple_light_background @android:color/transparent - + \ No newline at end of file