| | |
| | | |
| | | <com.google.android.material.floatingactionbutton.FloatingActionButton |
| | | android:id="@+id/fab" |
| | | android:visibility="gone" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_alignParentEnd="true" |
| | |
| | | app:pressedTranslationZ="5dp" |
| | | app:rippleColor="@color/DarkGray" /> |
| | | |
| | | <ImageView |
| | | android:id="@+id/logo" |
| | | android:layout_width="100dp" |
| | | android:layout_height="100dp" |
| | | android:scaleType="center" |
| | | android:layout_marginTop="50dp" |
| | | android:layout_marginLeft="50dp" |
| | | android:src="@mipmap/logo"/> |
| | | |
| | | <LinearLayout |
| | | android:layout_width="450dp" |
| | | android:layout_height="450dp" |