internal release 5.4..4
This commit is contained in:
parent
ac902d0bf0
commit
669c402fd6
2 changed files with 6 additions and 5 deletions
|
@ -14,8 +14,8 @@ android {
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
|
|
||||||
applicationId "code.name.monkey.retromusic"
|
applicationId "code.name.monkey.retromusic"
|
||||||
versionCode 10547
|
versionCode 10548
|
||||||
versionName '5.4.3'
|
versionName '5.4.4'
|
||||||
|
|
||||||
buildConfigField("String", "GOOGLE_PLAY_LICENSING_KEY", "\"${getProperty(getProperties('../public.properties'), 'GOOGLE_PLAY_LICENSE_KEY')}\"")
|
buildConfigField("String", "GOOGLE_PLAY_LICENSING_KEY", "\"${getProperty(getProperties('../public.properties'), 'GOOGLE_PLAY_LICENSE_KEY')}\"")
|
||||||
}
|
}
|
||||||
|
|
|
@ -57,7 +57,8 @@
|
||||||
style="@style/Widget.Material3.Button.OutlinedButton"
|
style="@style/Widget.Material3.Button.OutlinedButton"
|
||||||
android:layout_width="0dp"
|
android:layout_width="0dp"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:paddingVertical="10dp"
|
android:paddingVertical="12dp"
|
||||||
|
android:layout_marginTop="8dp"
|
||||||
android:textAppearance="@style/TextViewButton"
|
android:textAppearance="@style/TextViewButton"
|
||||||
app:icon="@drawable/ic_history"
|
app:icon="@drawable/ic_history"
|
||||||
app:iconGravity="start"
|
app:iconGravity="start"
|
||||||
|
@ -66,11 +67,11 @@
|
||||||
app:layout_constraintTop_toBottomOf="@id/summary"
|
app:layout_constraintTop_toBottomOf="@id/summary"
|
||||||
tools:text="@tools:sample/full_names" />
|
tools:text="@tools:sample/full_names" />
|
||||||
|
|
||||||
<ImageView
|
<androidx.appcompat.widget.AppCompatImageView
|
||||||
android:id="@+id/checkImage"
|
android:id="@+id/checkImage"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginEnd="20dp"
|
android:layout_marginEnd="16dp"
|
||||||
android:visibility="gone"
|
android:visibility="gone"
|
||||||
app:layout_constraintBottom_toBottomOf="@+id/button"
|
app:layout_constraintBottom_toBottomOf="@+id/button"
|
||||||
app:layout_constraintEnd_toEndOf="@+id/button"
|
app:layout_constraintEnd_toEndOf="@+id/button"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue