Changed the bounds of the image

This commit is contained in:
tanvidadu 2018-05-21 19:38:25 +05:30
parent 3797d714a1
commit b0f9687a46
2 changed files with 8 additions and 6 deletions

View file

@ -188,11 +188,12 @@
android:layout_height="wrap_content"
style="?android:textAppearanceMedium"
android:layout_alignParentRight="true"
android:layout_marginEnd="@dimen/activity_margin_horizontal"
android:layout_marginEnd="44dp"
android:layout_marginTop="@dimen/activity_margin_horizontal"
android:layout_marginStart="@dimen/activity_margin_horizontal"
android:text="2"
android:layout_marginLeft="@dimen/activity_margin_horizontal" />
android:layout_marginLeft="@dimen/activity_margin_horizontal"
android:layout_marginRight="44dp" />
</RelativeLayout>
@ -226,11 +227,12 @@
android:layout_height="wrap_content"
style="?android:textAppearanceMedium"
android:layout_alignParentRight="true"
android:layout_marginEnd="@dimen/activity_margin_horizontal"
android:layout_marginEnd="44dp"
android:layout_marginTop="@dimen/activity_margin_horizontal"
android:layout_marginStart="@dimen/activity_margin_horizontal"
android:layout_marginLeft="@dimen/activity_margin_horizontal"
android:text="2" />
android:text="2"
android:layout_marginRight="44dp" />
</RelativeLayout>
</LinearLayout>