Commit 7f478c9e authored by fallenstardust's avatar fallenstardust

tweak

parent fca51383
...@@ -41,7 +41,7 @@ android { ...@@ -41,7 +41,7 @@ android {
} }
android.applicationVariants.all { variant -> android.applicationVariants.all { variant ->
variant.outputs.all { variant.outputs.all {
def fileName = "YGOMobile_${variant.name}${versionName}.apk" def fileName = "YGOMobile_${versionName}.apk"
outputFileName = fileName outputFileName = fileName
} }
} }
......
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<androidx.coordinatorlayout.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android" <androidx.coordinatorlayout.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent" 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 <LinearLayout
android:layout_width="match_parent" android:layout_width="match_parent"
...@@ -31,8 +37,7 @@ ...@@ -31,8 +37,7 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:background="@drawable/button_bg" android:background="@drawable/button_bg"
android:text="@string/Download" android:text="@string/Download" />
/>
</LinearLayout> </LinearLayout>
......
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
android:singleLine="true" android:singleLine="true"
android:textAppearance="@style/TextAppearance.AppCompat.Title" android:textAppearance="@style/TextAppearance.AppCompat.Title"
android:textColor="@color/item_title" android:textColor="@color/item_title"
android:textSize="18sp" android:textSize="15sp"
tools:text="Card Name" /> tools:text="Card Name" />
<TextView <TextView
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:padding="20dp" android:padding="20dp"
android:textSize="15sp" /> android:textSize="12sp" />
<View <View
android:id="@+id/view_bar" 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