Ein Layout definiert die visuelle Struktur für eine Benutzeroberfläche, z. B. die Benutzeroberfläche für eine Aktivität, ein Fragment oder ein App-Widget.
Ich verwende MaterialCardView als cardviewLayout. Jetzt zeigte mir Android-Studio, dass ich anstelle von aktuell implementation "com.google.android.material:material:1.0.0"auf aktualisieren sollte1.1.0 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:id="@+id/edit_name" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="center" android:orientation="vertical" android:layout_margin="@dimen/activity_vertical_margin"> <com.google.android.material.card.MaterialCardView android:layout_width="match_parent" android:layout_height="wrap_content" app:cardCornerRadius="8dp" app:cardElevation="8dp"> <...more layout> </com.google.android.material.card.MaterialCardView> </LinearLayout> Mit 1.1.0 bekomme ich einen Absturz Error inflating class com.google.android.material.card.MaterialCardView Ich habe also 3 …
In einer ScrollView wechsle ich dynamisch zwischen zwei Fragmenten mit unterschiedlichen Höhen. Das führt leider zum Springen. Man kann es in der folgenden Animation sehen: Ich scrolle nach unten, bis ich die Schaltfläche "gelb anzeigen" erreiche. Durch Drücken von "gelb anzeigen" wird ein riesiges blaues Fragment durch ein winziges gelbes …
Ich versuche eine Schaltfläche mit einem Symbol in der Mitte zu erstellen. Der obere und untere Teil des Kreises sind etwas flach. Gibt es eine Möglichkeit, dies ohne Verwendung des Eckenradius zu tun? Hier ist mein Layout für die Schaltfläche. <com.google.android.material.button.MaterialButton android:id="@+id/start_dispenser_btn" style="@style/Widget.MaterialComponents.Button.OutlinedButton" android:layout_width="175dp" android:layout_height="175dp" android:padding="14dp" app:cornerRadius="150dp" app:icon="@drawable/ic_play_arrow_black_60dp" app:iconGravity="end" app:iconSize="150dp" …
Ich bin ziemlich neu in der Android-Entwicklung und habe meine erste "echte" Anwendung erstellt, die Folgendes tut: Startet MainActivity MainActivity verarbeitet zusätzliche Daten und zeigt dann ein ViewDialogerweitertes an Dialog. ViewDialoghat eine showDialog()Methode, die Folgendes ausführt, um Folgendes einzurichten und anzuzeigen Dialog: protected void showDialog(final Activity activity) { dialog = …
We use cookies and other tracking technologies to improve your browsing experience on our website,
to show you personalized content and targeted ads, to analyze our website traffic,
and to understand where our visitors are coming from.
By continuing, you consent to our use of cookies and other tracking technologies and
affirm you're at least 16 years old or have consent from a parent or guardian.