Przeglądaj źródła

+ add logout function

Dola TENG 2 lat temu
rodzic
commit
d715136290
1 zmienionych plików z 5 dodań i 2 usunięć
  1. 5 2
      app/src/main/res/layout/layout_main_module.xml

+ 5 - 2
app/src/main/res/layout/layout_main_module.xml

@@ -11,7 +11,9 @@
         android:layout_width="match_parent"
         android:layout_height="wrap_content"
         android:clickable="true"
+        android:focusable="true"
         android:foreground="?android:attr/selectableItemBackground"
+        app:cardBackgroundColor="@color/colorPrimary"
         app:cardCornerRadius="5dp"
         app:cardElevation="0dp"
         app:cardUseCompatPadding="true"
@@ -22,19 +24,20 @@
             android:id="@+id/background_module"
             android:layout_width="match_parent"
             android:layout_height="250dp"
+            android:gravity="center"
             android:orientation="vertical">
 
             <ImageView
                 android:id="@+id/img_icon"
                 android:layout_width="match_parent"
-                android:layout_height="100dp"
+                android:layout_height="200dp"
                 android:layout_gravity="center"
                 android:padding="5dp" />
 
             <TextView
                 android:id="@+id/tv_name"
                 android:layout_width="match_parent"
-                android:layout_height="wrap_content"
+                android:layout_height="40dp"
                 android:gravity="center"
                 android:padding="5dp"
                 android:text="Goat"