This commit is contained in:
m2049r 2022-03-10 21:06:19 +01:00
parent 1b626ba2b0
commit 604691ca7e
No known key found for this signature in database
GPG Key ID: 4386E69AF260078D
2 changed files with 10 additions and 8 deletions

View File

@ -8,17 +8,17 @@
<LinearLayout <LinearLayout
android:id="@+id/llNotice" android:id="@+id/llNotice"
android:layout_alignParentTop="true"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_alignParentTop="true"
android:orientation="vertical" /> android:orientation="vertical" />
<TextView <TextView
android:id="@+id/tvPull" android:id="@+id/tvPull"
android:layout_below="@+id/llNotice"
style="@style/MoneroLabel.Heading" style="@style/MoneroLabel.Heading"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_below="@+id/llNotice"
android:layout_marginTop="16dp" android:layout_marginTop="16dp"
android:layout_marginBottom="8dp" android:layout_marginBottom="8dp"
android:gravity="center" android:gravity="center"
@ -52,7 +52,8 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_alignParentEnd="true" android:layout_alignParentEnd="true"
android:layout_alignParentBottom="true" android:layout_alignParentBottom="true"
android:layout_margin="24dp" android:layout_marginEnd="24dp"
android:layout_marginBottom="16dp"
android:background="@drawable/gradient_oval" android:background="@drawable/gradient_oval"
android:elevation="6dp"> android:elevation="6dp">
@ -67,7 +68,7 @@
app:borderWidth="0dp" app:borderWidth="0dp"
app:elevation="0dp" app:elevation="0dp"
app:fabSize="normal" app:fabSize="normal"
app:pressedTranslationZ="0dp" /> app:pressedTranslationZ="0dp"
app:tint="?attr/toolbarTextColor" />
</FrameLayout> </FrameLayout>
</RelativeLayout> </RelativeLayout>

View File

@ -69,6 +69,7 @@
app:borderWidth="0dp" app:borderWidth="0dp"
app:elevation="0dp" app:elevation="0dp"
app:fabSize="normal" app:fabSize="normal"
app:pressedTranslationZ="0dp" /> app:pressedTranslationZ="0dp"
app:tint="?attr/toolbarTextColor" />
</FrameLayout> </FrameLayout>
</FrameLayout> </FrameLayout>