Skip to content
Snippets Groups Projects
Commit af1cccc0 authored by rayhanp1402's avatar rayhanp1402
Browse files

style: Transaction add button to floating button

parent edca58f4
3 merge requests!13Release,!11proper save for gmail,!6Transaction
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24.0"
android:viewportHeight="24.0">
<path
android:fillColor="#000"
android:pathData="M19,13H13v6h-2v-6H5v-2h6V5h2v6h6v2z"/>
</vector>
\ No newline at end of file
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" <RelativeLayout
xmlns:tools="http://schemas.android.com/tools" xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent" >
android:padding="16dp">
<Button <com.google.android.material.floatingactionbutton.FloatingActionButton
android:id="@+id/button_addTransaction" android:id="@+id/button_addTransaction"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:text="+"
android:layout_alignParentBottom="true"
android:layout_alignParentEnd="true" android:layout_alignParentEnd="true"
android:layout_marginStart="16dp" android:layout_alignParentBottom="true"
android:layout_marginBottom="48dp" /> android:layout_marginEnd="24dp"
android:layout_marginBottom="72dp"
android:src="@drawable/ic_plus"/>
</RelativeLayout> </RelativeLayout>
\ No newline at end of file
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