Compare commits

...

2 Commits

  1. 4
      app/build.gradle
  2. 4
      app/src/main/res/layout/fragment_replayer.xml

@ -34,8 +34,8 @@ android {
applicationId "net.pokeranalytics.android"
minSdkVersion 23
targetSdkVersion 35
versionCode 177
versionName "6.0.35"
versionCode 179
versionName "6.0.37"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

@ -2,7 +2,8 @@
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent">
android:layout_height="match_parent"
android:fitsSystemWindows="true">
<com.google.android.material.appbar.AppBarLayout
android:id="@+id/appBar"
@ -40,7 +41,6 @@
android:layout_alignParentBottom="true"
android:layout_gravity="center"
android:background="?attr/colorPrimary"
android:fitsSystemWindows="true"
app:layout_scrollFlags="scroll|enterAlways"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"

Loading…
Cancel
Save