F
febreze
Fortgeschrittenes Mitglied
- 15
Vielen dank werd mich dann mal reinlesen da die System.UI sich nicht dekomplimieren lies
Folge dem Video um zu sehen, wie unsere Website als Web-App auf dem Startbildschirm installiert werden kann.
Anmerkung: Diese Funktion erfordert derzeit den Zugriff auf die Seite über den integrierten Safari-Browser.
Dann dachte ich an einen Übersetzungsfehler (obwohl sehr eigenartig )<string name="status_bar_no_notifications_title">No notifications</string>
<string name="status_bar_ongoing_events_title">Ongoing</string>
<string name="status_bar_latest_events_title">Notifications</string>
<string name="battery_low_title">Connect charger</string>
<string name="status_bar_no_notifications_title">Keine Benachrichtigungen</string>
<string name="status_bar_ongoing_events_title">Aktuell</string>
<string name="status_bar_latest_events_title">Benachrichtigungen</string>
<string name="battery_low_title">Ladegerät anschließen</string>
Im entsprechenden Block in der tw_status_bar_expanded.xml müsste eigentlich auch alles passen:
weiss jemand wo ich suchen soll? gibts da überhaupt was zu finden?<TextView android:textSize="@dimen/status_bar_expanded_notification_category_text_size" android:textStyle="bold" android:textColor="@color/notification_category_color" android:gravity="left|center" android:id="@id/noNotificationsText" androidaddingLeft="11.0dip" android:visibility="gone" android:layout_width="180.0dip" android:layout_height="@dimen/status_bar_expanded_notification_category_height" android:text="@string/status_bar_no_notifications_title" />
kP was da schief geht, aber eigentlich ist ja alles richtig... O_o
naja, hoffe jemand weiss rat
EDIT:
Noch ein screen zur verdeutlichung
einmal mit notification, einmal ohne.
systemapps ins system pflanzen
usesFramework:
ids:
- 1
- 2