mirror of
https://github.com/oliexdev/openScale.git
synced 2025-08-27 02:05:26 +02:00
give a little bit top padding for the title
This commit is contained in:
@@ -179,27 +179,28 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:layout_weight="90">
|
android:layout_weight="90">
|
||||||
<TableLayout
|
<TableLayout
|
||||||
android:id="@+id/tableWeekAveragesLayoutColumnA"
|
android:id="@+id/tableWeekAveragesLayoutColumnA"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:layout_weight="50"
|
android:layout_weight="50"
|
||||||
android:stretchColumns="1">
|
android:stretchColumns="1">
|
||||||
</TableLayout>
|
</TableLayout>
|
||||||
|
|
||||||
<TableLayout
|
<TableLayout
|
||||||
android:id="@+id/tableWeekAveragesLayoutColumnB"
|
android:id="@+id/tableWeekAveragesLayoutColumnB"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:layout_weight="50"
|
android:layout_weight="50"
|
||||||
android:stretchColumns="1">
|
android:stretchColumns="1">
|
||||||
</TableLayout>
|
</TableLayout>
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
android:paddingTop="10dp"
|
||||||
android:text="@string/label_last_month"
|
android:text="@string/label_last_month"
|
||||||
android:textSize="20dp"
|
android:textSize="20dp"
|
||||||
android:typeface="monospace" />
|
android:typeface="monospace" />
|
||||||
|
Reference in New Issue
Block a user