Commit 7f478c9e authored by fallenstardust's avatar fallenstardust

tweak

parent fca51383
......@@ -41,7 +41,7 @@ android {
}
android.applicationVariants.all { variant ->
variant.outputs.all {
def fileName = "YGOMobile_${variant.name}${versionName}.apk"
def fileName = "YGOMobile_${versionName}.apk"
outputFileName = fileName
}
}
......
<?xml version="1.0" encoding="utf-8"?>
<androidx.coordinatorlayout.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
android:layout_height="match_parent"
android:background="@drawable/bg3">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#aa000000" />
<LinearLayout
android:layout_width="match_parent"
......@@ -31,8 +37,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/button_bg"
android:text="@string/Download"
/>
android:text="@string/Download" />
</LinearLayout>
......
......@@ -35,7 +35,7 @@
android:singleLine="true"
android:textAppearance="@style/TextAppearance.AppCompat.Title"
android:textColor="@color/item_title"
android:textSize="18sp"
android:textSize="15sp"
tools:text="Card Name" />
<TextView
......@@ -43,7 +43,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:padding="20dp"
android:textSize="15sp" />
android:textSize="12sp" />
<View
android:id="@+id/view_bar"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment