Replace left/right layout attributes with start/end

This commit is contained in:
arkon
2020-01-09 19:10:55 -05:00
parent eb56567812
commit f7669b6797
39 changed files with 366 additions and 442 deletions
@@ -65,8 +65,10 @@
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_toEndOf="@id/remove"
android:layout_toRightOf="@id/remove"
android:text="@string/action_resume"/>
</RelativeLayout>
</LinearLayout>
</androidx.cardview.widget.CardView>