Skip to content
Snippets Groups Projects
Commit e0a5308f authored by Filip Stanicak's avatar Filip Stanicak
Browse files

Added Transactions

parent 2aff3037
Branches
No related tags found
No related merge requests found
Showing
with 86 additions and 0 deletions
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal">
<LinearLayout
android:id="@+id/transaction_layout"
android:layout_width="match_parent"
android:layout_marginTop="10dp"
android:layout_height="wrap_content"
android:orientation="horizontal">
<TextView
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:text="+"
android:layout_marginTop="-10dp"
android:layout_marginLeft="20dp"
android:layout_marginRight="20dp"
android:textSize="60dp"
android:textColor="#136A10" />
<View
android:layout_width="1dp"
android:layout_height="70dp"
android:background="#C5B358" />
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="5dp"
android:orientation="vertical">
<TextView
android:id="@+id/person_two"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="20dp"
android:textSize="24dp"
android:text="Placeholder"
android:textColor="#C5B358"/>
<TextView
android:id="@+id/transaction_title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="20dp"
android:textSize="18dp"
android:text="Placeholder"
android:textColor="#716528"/>
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginRight="20dp"
android:gravity="right|center">
<TextView
android:id="@+id/transaction_amount"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="00,00"
android:textColor="#C5B358"
android:textSize="30dp" />
<TextView
android:id="@+id/transaction_currency"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="5dp"
android:text="$"
android:textColor="#C5B358"
android:textSize="30dp"
/>
</LinearLayout>
</LinearLayout>
</LinearLayout>
\ No newline at end of file
Images/drawable-hdpi/+.png

1.98 KiB

Images/drawable-hdpi/BackgroundLogo.png

408 B

Images/drawable-hdpi/EmptyCrown.png

1.15 KiB

Images/drawable-hdpi/FullCrown.png

812 B

Images/drawable-hdpi/Logo.png

1.09 KiB

Images/drawable-hdpi/P.png

894 B

Images/drawable-hdpi/Trennsymbol.png

428 B

Images/drawable-ldpi/+.png

502 B

Images/drawable-ldpi/BackgroundLogo.png

210 B

Images/drawable-ldpi/EmptyCrown.png

862 B

Images/drawable-ldpi/FullCrown.png

470 B

Images/drawable-ldpi/Logo.png

585 B

Images/drawable-ldpi/P.png

470 B

Images/drawable-ldpi/Trennsymbol.png

380 B

Images/drawable-mdpi/+.png

1008 B

Images/drawable-mdpi/BackgroundLogo.png

204 B

Images/drawable-mdpi/EmptyCrown.png

1.04 KiB

Images/drawable-mdpi/FullCrown.png

593 B

Images/drawable-mdpi/Logo.png

756 B

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment