Skip to content
Snippets Groups Projects
Commit c0c1cf0b authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Even more layout bugfixes

parent 355b9520
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -9,8 +9,6 @@
android:id="@+id/list"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingLeft="2dp"
android:paddingRight="2dp"
tools:listitem="@layout/settings_aliaslist_item" />
<android.support.design.widget.FloatingActionButton
......
......@@ -3,11 +3,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginEnd="16dp"
android:layout_marginLeft="16dp"
android:layout_marginRight="16dp"
android:layout_marginStart="16dp">
android:layout_height="match_parent">
<android.support.v7.widget.RecyclerView
android:id="@+id/list"
......
<?xml version="1.0" encoding="utf-8"?>
<android.support.v7.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android"
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="2dp"
app:cardBackgroundColor="?colorBackgroundCard"
app:cardElevation="2dp"
tools:showIn="@layout/settings_ignorelist">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?selectableItemBackground"
android:focusable="true"
android:gravity="center_vertical"
android:minHeight="?listPreferredItemHeightSmall">
android:minHeight="?listPreferredItemHeightSmall"
tools:showIn="@layout/settings_ignorelist">
<android.support.v7.widget.AppCompatImageView
android:id="@+id/handle"
......@@ -72,4 +65,3 @@
android:paddingRight="?listPreferredItemPaddingRight"
android:paddingStart="?listPreferredItemPaddingLeft" />
</LinearLayout>
</android.support.v7.widget.CardView>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment