diff --git a/app/src/main/java/com/futo/platformplayer/views/overlays/ImageVariableOverlay.kt b/app/src/main/java/com/futo/platformplayer/views/overlays/ImageVariableOverlay.kt index 0971d577..5d5a6a50 100644 --- a/app/src/main/java/com/futo/platformplayer/views/overlays/ImageVariableOverlay.kt +++ b/app/src/main/java/com/futo/platformplayer/views/overlays/ImageVariableOverlay.kt @@ -11,6 +11,7 @@ import android.view.ViewGroup import android.widget.Button import android.widget.ImageView import android.widget.LinearLayout +import android.widget.TextView import androidx.activity.result.contract.ActivityResultContracts import androidx.constraintlayout.widget.ConstraintLayout import androidx.core.net.toFile @@ -48,7 +49,7 @@ class ImageVariableOverlay: ConstraintLayout { private val _buttonGallery: BigButton; private val _imageGallerySelected: ImageView; private val _imageGallerySelectedContainer: LinearLayout; - private val _buttonSelect: Button; + private val _buttonSelect: TextView; private val _topbar: OverlayTopbar; private val _recyclerPresets: AnyAdapterView; private val _recyclerCreators: AnyAdapterView; diff --git a/app/src/main/res/layout/fragment_subscriptions_group.xml b/app/src/main/res/layout/fragment_subscriptions_group.xml index b96b7cd0..a26789cc 100644 --- a/app/src/main/res/layout/fragment_subscriptions_group.xml +++ b/app/src/main/res/layout/fragment_subscriptions_group.xml @@ -190,7 +190,7 @@ android:layout_marginStart="5dp" android:layout_marginEnd="5dp" android:layout_marginTop="5dp" - android:layout_marginBottom="5dp" + android:layout_marginBottom="10dp" app:layout_constraintBottom_toBottomOf="parent"> - -