NightyFrozen
Yönetici
Şuraya Logomuzu koyalım da çalınmasın :reyiz1:
Evet arkadaşlar bugün sizlere yarıda kalan ve devam etmediğim xperia romumdaki Android N de olan cardstacklere benzetmeyi göstereceğim.
Başlayalım
Kod:
Gerekli Olanlar :
Cardstack recent ekli olan herhangi bir romun systemui.apk si
Apktool 2.0.0 veya türevleri
Notepad++
Güzel bir müzik de yanına iyi gider :p
Linkteki zip paketi
1) Cardstack recent apps ekli olan herhangi bir romun systemui sini alıp apktool ile decompile edin.
2) Decompile edilen apkyi açın. Res/Layout/statusbar_recent_card.xml açın
Kod:
Benim systemuimde 2.Satırda sizde de büyük ihtimal böyledir fakat sizde de farklı olabilir.
Bu kodu :
android:padding="@android:dimen/status_bar_recents_card_margin" android:clipChildren="true" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_marginBottom="100.0dip" android:rotationX="-10.0"
Bununla değiştirin :
android:clipChildren="true" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_marginBottom="120.0dip"
4.Satırdaki bu kodu bulun :
android:layout_width="300.0dip" android:layout_height="300.0dip" android:scaleType="centerCrop" android:layout_centerHorizontal="true">
Bununla değiştirin :
android:layout_width="400.0dip" android:layout_height="fill_parent" android:scaleType="centerCrop" android:layout_centerHorizontal="true">
Kod:
2.Satırdaki bu kodu :
android:paddingTop="@dimen/status_bar_recents_item_padding" android:paddingBottom="@dimen/status_bar_recents_item_padding" android:clipChildren="false" android:layout_width="fill_parent" android:layout_height="fill_parent" android:importantForAccessibility="no"
Bununla değiştirin :
android:paddingTop="@dimen/status_bar_recents_item_padding" android:paddingBottom="@dimen/status_bar_recents_item_padding" android:clipChildren="false" android:layout_width="fill_parent" android:layout_height="wrap_content" android:importantForAccessibility="no"
Kod:
2.Satırdaki bu kodu bul
android:layout_width="fill_parent" android:layout_height="fill_parent" android:foreground="@drawable/bg_protect_transparent" android:rotationX="10.0" systemui:recentItemLayout="@layout/status_bar_recent_item"
BUNUNLA DEĞİŞ
android:layout_width="fill_parent" android:layout_height="fill_parent" android:foreground="@drawable/frozen_recent_shadow" systemui:recentItemLayout="@layout/status_bar_recent_item"
Bifor
https://goo.gl/9QcN7L
Aftır
http://i.hizliresim.com/7vllpP.jpg
https://goo.gl/9QcN7L
Aftır
http://i.hizliresim.com/7vllpP.jpg
[hide]Google Drive[/hide]
Teşekkkürler:
CardStack Recenti bulan kişi
Ve elbette siz