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

Reformat code

parent 578bf673
No related branches found
No related tags found
No related merge requests found
...@@ -20,8 +20,8 @@ ...@@ -20,8 +20,8 @@
<de.kuschku.quasseldroid.util.ui.fastscroll.views.FastScrollRecyclerView xmlns:android="http://schemas.android.com/apk/res/android" <de.kuschku.quasseldroid.util.ui.fastscroll.views.FastScrollRecyclerView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/list" android:id="@+id/list"
style="@style/Widget.FastScroller" style="@style/Widget.FastScroller"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:listitem="@layout/widget_buffer" /> tools:listitem="@layout/widget_buffer" />
...@@ -76,14 +76,14 @@ ...@@ -76,14 +76,14 @@
<androidx.appcompat.widget.AppCompatImageView <androidx.appcompat.widget.AppCompatImageView
android:id="@+id/handle" android:id="@+id/handle"
android:visibility="gone"
tools:visibility="visible"
android:layout_width="24dp" android:layout_width="24dp"
android:layout_height="24dp" android:layout_height="24dp"
android:layout_gravity="center_vertical" android:layout_gravity="center_vertical"
android:layout_marginStart="16dp" android:layout_marginStart="16dp"
android:layout_marginLeft="16dp" android:layout_marginLeft="16dp"
android:contentDescription="@string/label_reorder" android:contentDescription="@string/label_reorder"
android:visibility="gone"
app:srcCompat="@drawable/ic_reorder" app:srcCompat="@drawable/ic_reorder"
app:tint="?colorTextSecondary" /> app:tint="?colorTextSecondary"
tools:visibility="visible" />
</LinearLayout> </LinearLayout>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment