replacing some xml tags with proper RTL tags

This commit is contained in:
tibbi 2019-12-08 11:52:54 +01:00
parent fa63a699b8
commit 812f382775
3 changed files with 10 additions and 10 deletions

View File

@ -51,7 +51,7 @@ android {
}
dependencies {
implementation 'com.simplemobiletools:commons:5.20.6'
implementation 'com.simplemobiletools:commons:5.20.7'
kapt 'androidx.room:room-compiler:2.2.2'
implementation 'androidx.room:room-runtime:2.2.2'

View File

@ -18,18 +18,18 @@
android:layout_marginLeft="@dimen/medium_margin"
android:layout_marginTop="@dimen/medium_margin"
android:layout_marginRight="@dimen/medium_margin"
android:layout_toLeftOf="@+id/checklist_image"
android:paddingLeft="@dimen/activity_margin"
android:layout_toStartOf="@+id/checklist_image"
android:paddingStart="@dimen/activity_margin"
android:textSize="@dimen/bigger_text_size"
tools:text="Butter"/>
tools:text="Butter" />
<ImageView
android:id="@+id/checklist_image"
android:layout_width="@dimen/checklist_image_size"
android:layout_height="@dimen/checklist_image_size"
android:layout_alignParentRight="true"
android:layout_alignParentEnd="true"
android:layout_centerVertical="true"
android:padding="@dimen/normal_margin"
android:src="@drawable/ic_cross_vector"/>
android:src="@drawable/ic_cross_vector" />
</RelativeLayout>

View File

@ -6,10 +6,10 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_centerVertical="true"
android:layout_toLeftOf="@+id/checklist_image"
android:paddingLeft="@dimen/activity_margin"
android:layout_toStartOf="@+id/checklist_image"
android:paddingStart="@dimen/activity_margin"
android:paddingTop="@dimen/medium_margin"
android:paddingRight="@dimen/medium_margin"
android:paddingEnd="@dimen/medium_margin"
android:paddingBottom="@dimen/medium_margin"
android:textSize="@dimen/bigger_text_size"
tools:text="Butter"/>
tools:text="Butter" />