Moodl/app/src/main/res/layout/tooltip_layout.xml
Tanguy Herbron 267cdefc9b Update detail activity
Details for
1h, 3h, 1d, 3d, 1w, 1M, 3M, 6M & 1Y
2018-02-06 15:59:01 +01:00

22 lines
730 B
XML

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:gravity="center_horizontal">
<TextView
android:id="@+id/value"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerVertical="true"
android:gravity="center"
android:textColor="#ffffff"
android:textSize="16sp"
android:background="@drawable/rounded_corners" />
<Space
android:id="@+id/separationLine"
android:layout_width="3dp"
android:layout_height="match_parent" />
</RelativeLayout>