Skip to content
Snippets Groups Projects
Commit 5da617dc authored by fheyming's avatar fheyming
Browse files

Designfixes

parent 24f41a0f
No related branches found
No related tags found
1 merge request!1Mal aufn Master megren
......@@ -8,7 +8,7 @@
android:fullBackupContent="@xml/backup_rules"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:roundIcon="@drawable/mampfmobil_logo"
android:supportsRtl="true"
android:theme="@style/Theme.MampfMobil"
tools:targetApi="31">
......
app/src/main/res/drawable/mampfmobil_logo.png

5.74 KiB

......@@ -11,7 +11,7 @@
<EditText
android:id="@+id/editTextSearch"
android:layout_width="231dp"
android:layout_height="37dp"
android:layout_height="45dp"
android:layout_marginTop="8dp"
android:hint="@android:string/search_go"
android:inputType="textPersonName"
......@@ -26,6 +26,7 @@
android:id="@+id/myShopRecycler"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_marginTop="16dp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintHorizontal_bias="0.0"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment