Clean some layouts

This commit is contained in:
Shinokuni 2019-06-23 13:35:46 +02:00
parent e12cf1ec7f
commit 75a0ee4d97
4 changed files with 7 additions and 7 deletions

View File

@ -6,8 +6,6 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:background="?android:attr/selectableItemBackground" android:background="?android:attr/selectableItemBackground"
android:clickable="true"
android:focusable="true"
android:padding="8dp"> android:padding="8dp">
<ImageView <ImageView

View File

@ -13,10 +13,10 @@
android:layout_width="80dp" android:layout_width="80dp"
android:layout_height="80dp" android:layout_height="80dp"
android:layout_marginTop="60dp" android:layout_marginTop="60dp"
android:src="@drawable/ic_nextcloud_news"
app:layout_constraintEnd_toEndOf="parent" app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent" app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" /> app:layout_constraintTop_toTopOf="parent"
tools:src="@drawable/ic_nextcloud_news" />
<TextView <TextView
android:id="@+id/provider_name" android:id="@+id/provider_name"
@ -24,10 +24,10 @@
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginTop="16dp" android:layout_marginTop="16dp"
android:text="@string/nextcloud_news"
app:layout_constraintEnd_toEndOf="parent" app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent" app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/provider_image" /> app:layout_constraintTop_toBottomOf="@+id/provider_image"
tools:text="@string/nextcloud_news" />
<RelativeLayout <RelativeLayout
android:layout_width="match_parent" android:layout_width="match_parent"

View File

@ -72,6 +72,7 @@
android:layout_height="match_parent" android:layout_height="match_parent"
android:scrollbars="vertical" android:scrollbars="vertical"
tools:listitem="@layout/image_item" tools:listitem="@layout/image_item"
tools:itemCount="3"
tools:visibility="visible" /> tools:visibility="visible" />
</androidx.swiperefreshlayout.widget.SwipeRefreshLayout> </androidx.swiperefreshlayout.widget.SwipeRefreshLayout>

View File

@ -9,7 +9,8 @@
android:id="@+id/feed_insertion_result_icon" android:id="@+id/feed_insertion_result_icon"
android:layout_width="20dp" android:layout_width="20dp"
android:layout_height="20dp" android:layout_height="20dp"
android:layout_alignParentStart="true" /> android:layout_alignParentStart="true"
tools:src="@drawable/ic_check_green"/>
<TextView <TextView
android:id="@+id/feed_insertion_result_text_view" android:id="@+id/feed_insertion_result_text_view"