tobiasos
Stamm-User
- 376
Wo ist dieser blaue balke hinterlegt.
Sent from my GT-N7000 using Tapatalk 2
Sent from my GT-N7000 using Tapatalk 2
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.
Kiray1982 schrieb:diese backgrounds sind halt verlinkt zu einer png. du kannst probieren, diese verlinkung auf eine xml zu ändern, bzw die xml anlegen mit der normalen animationsliste und diese so benennen, wie das bild heißt. bild muss dann gelöscht werden.
<?xml version="1.0" encoding="utf-8"?>
<animation-list androidneshot="false"
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:duration="200" android:drawable="@drawable/star0" />
<item android:duration="200" android:drawable="@drawable/star1" />
<item android:duration="200" android:drawable="@drawable/star2" />
<item android:duration="200" android:drawable="@drawable/star3" />
<item android:duration="200" android:drawable="@drawable/star4" />
<item android:duration="200" android:drawable="@drawable/star5" />
</animation-list>
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout android:layout_width="fill_parent" android:layout_height="wrap_content"
xmlns:android="http://schemas.android.com/apk/res/android">
<TextView android:textAppearance="?android:textAppearanceMedium" android:textStyle="bold" android:id="@id/label" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="4.0dip" android:layout_marginTop="4.0dip" android:layout_marginBottom="4.0dip" android:singleLine="true" android:layout_alignParentLeft="true" />
<TextView android:textAppearance="?android:textAppearanceMedium" android:textStyle="normal" android:id="@id/value" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="4.0dip" android:layout_marginRight="10.0dip" android:layout_marginBottom="4.0dip" android:singleLine="true" android:layout_alignParentRight="true" />
</RelativeLayout>
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout android:layout_width="fill_parent" android:layout_height="wrap_content"
xmlns:android="http://schemas.android.com/apk/res/android">
<TextView android:textAppearance="?android:textAppearanceMedium" android:textColor="#ff33b5e5" android:textStyle="bold" android:id="@id/label" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="4.0dip" android:layout_marginTop="4.0dip" android:layout_marginBottom="4.0dip" android:singleLine="true" android:layout_alignParentLeft="true" />
<TextView android:textAppearance="?android:textAppearanceMedium" android:textColor="#ff33b5e5" android:textStyle="normal" android:id="@id/value" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="4.0dip" android:layout_marginRight="10.0dip" android:layout_marginBottom="4.0dip" android:singleLine="true" android:layout_alignParentRight="true" />
</RelativeLayout>