Commit ceefe070 authored by fauzi's avatar fauzi

fix layout:

parent 6e93504e
......@@ -30,6 +30,7 @@
android:theme="@style/AppTheme.appbar" />
<activity
android:name=".LoginActivity"
android:windowSoftInputMode="adjustResize"
android:theme="@style/AppTheme.appbar" />
<activity
android:name=".PaymentActivity"
......
......@@ -16,13 +16,12 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerInParent="true"
android:src="@drawable/emptycart"/>
android:src="@drawable/empty"/>
<com.google.android.material.textview.MaterialTextView
android:id="@+id/cartEmptyText"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Cart is empty!"
android:layout_below="@id/cartEmpty"
android:layout_centerInParent="true"
android:textSize="30dp"
......
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