|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" |
| 3 | + xmlns:app="http://schemas.android.com/apk/res-auto" |
3 | 4 | xmlns:tools="http://schemas.android.com/tools" |
4 | 5 | android:layout_width="match_parent" |
5 | 6 | android:layout_height="match_parent" |
6 | | - xmlns:app="http://schemas.android.com/apk/res-auto" |
7 | 7 | android:orientation="vertical"> |
8 | 8 |
|
9 | 9 | <androidx.drawerlayout.widget.DrawerLayout |
|
39 | 39 |
|
40 | 40 | <LinearLayout |
41 | 41 | android:id="@+id/welcome_layout" |
42 | | - android:animateLayoutChanges="true" |
43 | 42 | android:layout_width="match_parent" |
44 | 43 | android:layout_height="match_parent" |
| 44 | + android:animateLayoutChanges="true" |
45 | 45 | android:gravity="center" |
46 | 46 | android:orientation="vertical"> |
47 | 47 |
|
|
67 | 67 |
|
68 | 68 | </RelativeLayout> |
69 | 69 |
|
| 70 | + <com.google.android.material.floatingactionbutton.FloatingActionButton |
| 71 | + android:layout_width="wrap_content" |
| 72 | + android:layout_height="wrap_content" |
| 73 | + android:layout_above="@id/mainactivityLinearLayout1" |
| 74 | + android:layout_alignParentEnd="true" |
| 75 | + android:layout_marginEnd="16dp" |
| 76 | + android:layout_marginBottom="90dp" |
| 77 | + android:contentDescription="HexViewer" |
| 78 | + android:onClick="hexViewer" |
| 79 | + android:src="@drawable/ic_hexadecimal" |
| 80 | + app:backgroundTint="@color/colorAccent" |
| 81 | + app:tint="#FFFFFF" |
| 82 | + tools:ignore="HardcodedText,UsingOnClickInXml" /> |
| 83 | + |
70 | 84 | <com.google.android.material.floatingactionbutton.FloatingActionButton |
71 | 85 | android:id="@+id/fab" |
72 | 86 | android:layout_width="wrap_content" |
|
0 commit comments