Fix groups ui
This commit is contained in:
@@ -48,16 +48,6 @@
|
||||
android:gravity="end"
|
||||
android:orientation="horizontal">
|
||||
|
||||
<ImageButton
|
||||
android:id="@+id/expandButton"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="4dp"
|
||||
android:backgroundTint="?colorSurfaceContainerLow"
|
||||
android:contentDescription="@string/expand"
|
||||
android:src="@drawable/ic_expand_less_24"
|
||||
app:tint="?colorControlNormal" />
|
||||
|
||||
<ImageButton
|
||||
android:id="@+id/urlTestButton"
|
||||
android:layout_width="wrap_content"
|
||||
@@ -68,6 +58,16 @@
|
||||
android:src="@drawable/ic_electric_bolt_24"
|
||||
app:tint="?colorControlNormal" />
|
||||
|
||||
<ImageButton
|
||||
android:id="@+id/expandButton"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="4dp"
|
||||
android:backgroundTint="?colorSurfaceContainerLow"
|
||||
android:contentDescription="@string/expand"
|
||||
android:src="@drawable/ic_expand_less_24"
|
||||
app:tint="?colorControlNormal" />
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
Reference in New Issue
Block a user