scheichuwe
Philosoph
- 2.718
- Themenstarter
- #81
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.
scheichuwe schrieb:Ich denke, dass du diese Farbe meinst?
Anhang anzeigen 54597
Geändert in der
zzz_keyguard_screen_puzzle_lock.xml
<LinearLayout android:id="@id/zzz_puzzlenoticalllayout" android:background="@drawable/zzz_unlock_puzzle_noti_icon_call" android:layout_width="113.32999dip" android:layout_height="88.0dip" android:layout_marginLeft="16.0dip" android:layout_marginTop="166.0dip">
<TextView android:typeface="sans" android:textColor="#ff[COLOR="Red"]000000[/COLOR]" android:id="@id/zzz_puzzlenoticalltext" android:layout_width="28.0dip" android:layout_height="wrap_content" android:layout_marginLeft="60.0dip" android:layout_marginTop="17.0dip" android:shadowColor="#ff000000" android:shadowDx="1.0" android:shadowDy="1.0" />
</LinearLayout>
<LinearLayout android:id="@id/zzz_puzzlenotimaillayout" android:background="@drawable/zzz_unlock_puzzle_noti_icon_mail" android:layout_width="113.32999dip" android:layout_height="88.0dip" android:layout_marginLeft="16.0dip" android:layout_marginTop="270.66406dip">
<TextView android:typeface="sans" android:textColor="#ff[COLOR="red"]000000[/COLOR]" android:id="@id/zzz_puzzlenotimailtext" android:layout_width="28.0dip" android:layout_height="wrap_content" android:layout_marginLeft="60.0dip" android:layout_marginTop="17.0dip" android:shadowColor="#ff000000" android:shadowDx="1.0" android:shadowDy="1.0" />
</LinearLayout>
<LinearLayout android:id="@id/zzz_puzzlematchlayout" android:visibility="invisible" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="206.66998dip" android:layout_marginTop="236.0dip">
<ImageView android:id="@id/zzz_puzzlematch" android:layout_width="wrap_content" android:layout_height="wrap_content" />
</LinearLayout>
?nur mein puzzle lockscreen sieht ein bischen anders aus
<integer-array name="config_autoBrightnessLevels">
<item>15</item>
<item>1000</item>
<item>6000</item>
<item>11000</item>
</integer-array>
<integer-array name="config_autoBrightnessLcdBacklightValues">
<item>15</item>
<item>50</item>
<item>100</item>
<item>177</item>
<item>253</item>
scheichuwe schrieb:Edit:
Ist denn dieses Simplicity nicht auch JVT? Dann kannst du dich einfach die Dateien von da nehmen...