Dimensions correction
This commit is contained in:
parent
6d07136ebe
commit
c913fd4139
|
|
@ -271,7 +271,7 @@
|
||||||
android:id="@+id/todayThisMonthCard"
|
android:id="@+id/todayThisMonthCard"
|
||||||
android:gravity="center"
|
android:gravity="center"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="30dp"
|
android:layout_height="40dp"
|
||||||
android:orientation="horizontal"
|
android:orientation="horizontal"
|
||||||
android:background="@drawable/price_card_background"
|
android:background="@drawable/price_card_background"
|
||||||
android:padding="2dp">
|
android:padding="2dp">
|
||||||
|
|
@ -344,14 +344,14 @@
|
||||||
app:layout_constraintTop_toBottomOf="@+id/todayThisMonthCard"
|
app:layout_constraintTop_toBottomOf="@+id/todayThisMonthCard"
|
||||||
android:id="@+id/exchangeStats1Card"
|
android:id="@+id/exchangeStats1Card"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="30dp"
|
android:layout_height="36dp"
|
||||||
android:orientation="horizontal"
|
android:orientation="horizontal"
|
||||||
android:background="@drawable/exchange_stats_card_background"
|
android:background="@drawable/exchange_stats_card_background"
|
||||||
android:padding="2dp">
|
android:padding="2dp">
|
||||||
<ImageView
|
<ImageView
|
||||||
android:id="@+id/exchangeStats1Icon"
|
android:id="@+id/exchangeStats1Icon"
|
||||||
android:layout_width="26dp"
|
android:layout_width="26dp"
|
||||||
android:layout_height="26dp"
|
android:layout_height="32dp"
|
||||||
android:src="@drawable/ic_green_circle_48"
|
android:src="@drawable/ic_green_circle_48"
|
||||||
android:contentDescription="@string/semaphore_description"/>
|
android:contentDescription="@string/semaphore_description"/>
|
||||||
<TextView
|
<TextView
|
||||||
|
|
@ -430,14 +430,14 @@
|
||||||
app:layout_constraintTop_toBottomOf="@+id/exchangeStats1Card"
|
app:layout_constraintTop_toBottomOf="@+id/exchangeStats1Card"
|
||||||
android:id="@+id/exchangeStats2Card"
|
android:id="@+id/exchangeStats2Card"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="30dp"
|
android:layout_height="36dp"
|
||||||
android:orientation="horizontal"
|
android:orientation="horizontal"
|
||||||
android:background="@drawable/exchange_stats_card_background"
|
android:background="@drawable/exchange_stats_card_background"
|
||||||
android:padding="2dp">
|
android:padding="2dp">
|
||||||
<ImageView
|
<ImageView
|
||||||
android:id="@+id/exchangeStats2Icon"
|
android:id="@+id/exchangeStats2Icon"
|
||||||
android:layout_width="26dp"
|
android:layout_width="26dp"
|
||||||
android:layout_height="26dp"
|
android:layout_height="32dp"
|
||||||
android:src="@drawable/ic_green_circle_48"
|
android:src="@drawable/ic_green_circle_48"
|
||||||
android:contentDescription="@string/semaphore_description"/>
|
android:contentDescription="@string/semaphore_description"/>
|
||||||
<TextView
|
<TextView
|
||||||
|
|
@ -517,14 +517,14 @@
|
||||||
app:layout_constraintTop_toBottomOf="@+id/exchangeStats2Card"
|
app:layout_constraintTop_toBottomOf="@+id/exchangeStats2Card"
|
||||||
android:id="@+id/exchangeStats3Card"
|
android:id="@+id/exchangeStats3Card"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="30dp"
|
android:layout_height="36dp"
|
||||||
android:orientation="horizontal"
|
android:orientation="horizontal"
|
||||||
android:background="@drawable/exchange_stats_card_background"
|
android:background="@drawable/exchange_stats_card_background"
|
||||||
android:padding="2dp">
|
android:padding="2dp">
|
||||||
<ImageView
|
<ImageView
|
||||||
android:id="@+id/exchangeStats3Icon"
|
android:id="@+id/exchangeStats3Icon"
|
||||||
android:layout_width="26dp"
|
android:layout_width="26dp"
|
||||||
android:layout_height="26dp"
|
android:layout_height="32dp"
|
||||||
android:src="@drawable/ic_green_circle_48"
|
android:src="@drawable/ic_green_circle_48"
|
||||||
android:contentDescription="@string/semaphore_description"/>
|
android:contentDescription="@string/semaphore_description"/>
|
||||||
<TextView
|
<TextView
|
||||||
|
|
@ -604,14 +604,14 @@
|
||||||
app:layout_constraintTop_toBottomOf="@+id/exchangeStats3Card"
|
app:layout_constraintTop_toBottomOf="@+id/exchangeStats3Card"
|
||||||
android:id="@+id/exchangeStats4Card"
|
android:id="@+id/exchangeStats4Card"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="30dp"
|
android:layout_height="36dp"
|
||||||
android:orientation="horizontal"
|
android:orientation="horizontal"
|
||||||
android:background="@drawable/exchange_stats_card_background"
|
android:background="@drawable/exchange_stats_card_background"
|
||||||
android:padding="2dp">
|
android:padding="2dp">
|
||||||
<ImageView
|
<ImageView
|
||||||
android:id="@+id/exchangeStats4Icon"
|
android:id="@+id/exchangeStats4Icon"
|
||||||
android:layout_width="26dp"
|
android:layout_width="26dp"
|
||||||
android:layout_height="26dp"
|
android:layout_height="32dp"
|
||||||
android:src="@drawable/ic_green_circle_48"
|
android:src="@drawable/ic_green_circle_48"
|
||||||
android:contentDescription="@string/semaphore_description"/>
|
android:contentDescription="@string/semaphore_description"/>
|
||||||
<TextView
|
<TextView
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue