[Q] how to change notification panel style... - General Questions and Answers

Hi Everyone...
Recently i had took a simple project...trying to mod a rom and give it a new look...i did all things what i know... like Systemui,Farmwork_res,Settings, etc,etc...but now i want to change the notification panel of my rom...and want to add lawa v5 notification panel style on my rom...But i didn't find any tutorial about this...I asked one bro and he said that to change notification panel you have to edit System ui/res/values/style.xml...But he didn't tell me that what i change in this xml...Can anybody help me in changing notification panel style?!!or give me a proper tutorial please....

Md.Shafikul.islam said:
Nobody helps me... :'(
Click to expand...
Click to collapse
hey, i dont know how to do that. but i can recommend that ( actually i am doing in that way)
1. find any systemui.apk that has the style what you want.
2. decompile it and go to res/values/style.xml
3. match your style.xml and your downloanded style.xml
4. try to simulate your xml to that xml .
hope this helps.

thanks bro...
SmiLeToLife said:
hey, i dont know how to do that. but i can recommend that ( actually i am doing in that way)
1. find any systemui.apk that has the style what you want.
2. decompile it and go to res/values/style.xml
3. match your style.xml and your downloanded style.xml
4. try to simulate your xml to that xml .
hope this helps.
Click to expand...
Click to collapse
i will try it...but can i change my styles with another style?mean replaced it?!!or add all things from another style to my style?!!by notepad?!!

Md.Shafikul.islam said:
i will try it...but can i change my styles with another style?mean replaced it?!!or add all things from another style to my style?!!by notepad?!!
Click to expand...
Click to collapse
don't try to change whole lines !!!
for example :
in your style.xml -- > <style name="BackgroundOnlyTheme" parent= @ANDROID:style/Theme.Holo.
in dowloanded style.xml --> <style name="BackgroundOnlyTheme" parent= @ANDROID:style/Theme.Holo.Light">
so you have to edit your line and add '' Light '' end of it. it will look like @ANDROID:style/Theme.Holo.Light
The important thing is you have to figure out what lines are related to your notification panel!!!
I am doing the same thing right now. I have couple cm11 themes and i am changing my sytles, colors, dimens according to theme's styles, colors.xml etc ..
I am using notepad++.
Just open the 2 xmls that you wanan check. Put them side by side and check the lines.
if something going wrong when your systemui get function ... you have to come back to your xml and check the line again.
The last say --> maybe you will need to change some drawble xmls and some drawble hdpi/ xhdpi/ xxhdpi files according to your dpi .

thanks again
SmiLeToLife said:
don't try to change whole lines !!!
for example :
in your style.xml -- > <style name="BackgroundOnlyTheme" parent= @ANDROID:style/Theme.Holo.
in dowloanded style.xml --> <style name="BackgroundOnlyTheme" parent= @ANDROID:style/Theme.Holo.Light">
so you have to edit your line and add '' Light '' end of it. it will look like @ANDROID:style/Theme.Holo.Light
The important thing is you have to figure out what lines are related to your notification panel!!!
I am doing the same thing right now. I have couple cm11 themes and i am changing my sytles, colors, dimens according to theme's styles, colors.xml etc ..
I am using notepad++.
Just open the 2 xmls that you wanan check. Put them side by side and check the lines.
if something going wrong when your systemui get function ... you have to come back to your xml and check the line again.
The last say --> maybe you will need to change some drawble xmls and some drawble hdpi/ xhdpi/ xxhdpi files according to your dpi .
Click to expand...
Click to collapse
thanks again..but can you say that whichs xml on drawable may need to edit?plz.....

Md.Shafikul.islam said:
thanks again..but can you say that whichs xml on drawable may need to edit?plz.....
Click to expand...
Click to collapse
it depends on the rom ...
i had to edit
- ic_notify_button_bg.xml
- notification_header_bg.xml
- qs_tile_background.xml
- system_bar_notification_header_bg.xml
in drawble. I am running kitkat 4.4
maybe you need to edit those xmsl as well, maybe you dont need, maybe you dont have those xmls. not sure

Okey...got it....
SmiLeToLife said:
it depends on the rom ...
i had to edit
- ic_notify_button_bg.xml
- notification_header_bg.xml
- qs_tile_background.xml
- system_bar_notification_header_bg.xml
in drawble. I am running kitkat 4.4
maybe you need to edit those xmsl as well, maybe you dont need, maybe you dont have those xmls. not sure
Click to expand...
Click to collapse
:good: last question. do i change the another's xml in values too?!!like color.xml....etc.etc?!!

Md.Shafikul.islam said:
:good: last question. do i change the another's xml in values too?!!like color.xml....etc.etc?!!
Click to expand...
Click to collapse
maybe ... it depends on the theme's color and style. For instance: you will set your notifaction panel is white and if ur text color is white then you will not be able to read/see your notification you gotta see what's hapening after editing styles ... if it's ok then no problem. if it is as my mention then you gotta edit your colors.xml ...
i hope you got the concept of the work.
you can search any tutorial for editing notification panel. All necessary steps can be found. according to those tutorials you can edit your systemui.
For instance:
In the tutorial will say let's edit this line according to that .... you have to find this line at the xml in your lewa systemui and edit according to it
good luck happy theming ...

Related

Themers Help - need to identify theme elements

All theme builders, plz help me out here. I am building my own custom theme by modifying framework and I need to get to the png' of the elements which i have highlighted in the attached image. I have tried some probable pngs but they turned out to be wrong ones and messed up the theme.
Thanks in advance!
thats in the xml files mate.
Sent from my X10i using XDA Premium App
bbsrailfan said:
All theme builders, plz help me out here. I am building my own custom theme by modifying framework and I need to get to the png' of the elements which i have highlighted in the attached image. I have tried some probable pngs but they turned out to be wrong ones and messed up the theme.
Thanks in advance!
Click to expand...
Click to collapse
watch this video:http://www.youtube.com/watch?v=X2qyU5yL0fE,click my thanks bar if this helps cheers,and follow install instructions here:http://forum.xda-developers.com/showthread.php?t=1226873
The top image is system/app/Conversations.apk/drawable-hdpi/conv_drop_down.9.png
Since it is a .9.png you will need to go through some extra steps to change it (decompile, etc.). Search how to work with .9.pngs here or on Google.
I think phillu97 may be right about the second element (day sent bg) being in the xml.
bodomfan said:
watch this video:http://www.youtube.com/watch?v=X2qyU5yL0fE,click my thanks bar if this helps cheers,and follow install instructions here:http://forum.xda-developers.com/showthread.php?t=1226873
Click to expand...
Click to collapse
This has nothing to do with what he wants to change....
AyDee said:
The top image is system/app/Conversations.apk/drawable-hdpi/conv_drop_down.9.png
Since it is a .9.png you will need to go through some extra steps to change it (decompile, etc.). Search how to work with .9.pngs here or on Google.
I think phillu97 may be right about the second element (day sent bg) being in the xml.
This has nothing to do with what he wants to change....
Click to expand...
Click to collapse
oh whoops, i didn't see that he also wanted to edit the first one :3
but, yerh, it would be in xml files. I've done alot of modding, and what I've done is made teh bg transparent, and the day thingie #000000 [black] at 70% transparency
phillu97 said:
oh whoops, i didn't see that he also wanted to edit the first one :3
but, yerh, it would be in xml files. I've done alot of modding, and what I've done is made teh bg transparent, and the day thingie #000000 [black] at 70% transparency
Click to expand...
Click to collapse
@Phillu... which xml files are the ones which you modified? And which lines did u change the code?

how to change white status bar color

I flashed cwm unnamed rom n it was awesome lol
Since last week im looking for changing status bar's icons and bar's color.
but i couldnt changed...i changed framework n systemui file..
So my qustion is...how can i change my status bar color back to white?
Should i just change systemui- res -layout-statusbar color
If it right wat is the next step....? Plz help me
miss_h said:
I flashed cwm unnamed rom n it was awesome lol
Since last week im looking for changing status bar's icons and bar's color.
but i couldnt changed...i changed framework n systemui file..
So my qustion is...how can i change my status bar color back to white?
Should i just change systemui- res -layout-statusbar color
If it right wat is the next step....? Plz help me
Click to expand...
Click to collapse
UOT Kitchen It's a great online theming kitchen. Very easy to use. You chose what you want, upload the particular files, go to the pickup page, wait a bit, and before long, you get a flashable zip...
thomas.raines said:
UOT Kitchen It's a great online theming kitchen. Very easy to use. You chose what you want, upload the particular files, go to the pickup page, wait a bit, and before long, you get a flashable zip...
Click to expand...
Click to collapse
As you said it is a great !!! but...battery and icons were changed but status bar didn't change. I don't understand why...
should I change xml files...?
miss_h said:
As you said it is a great !!! but...battery and icons were changed but status bar didn't change. I don't understand why...
should I change xml files...?
Click to expand...
Click to collapse
You need to learn how to use apk manager, apk tool, or apk multi tool and get really familiar with decompiling/recompiling .apks. But yes, editing the xml should do the trick...
There is actually a thread in one of the sections (probably the theming section) here that tells you how to make the background of the status bar transparent, so I'm sure the same steps would apply to changing it to white to whatever your desired color is.
Or you could just flash a different ROM or theme...lol
miss_h said:
As you said it is a great !!! but...battery and icons were changed but status bar didn't change. I don't understand why...
should I change xml files...?
Click to expand...
Click to collapse
The only rom I have successfully cooked a theme using UOT was Whitehawkx Valhalla Final. UOT has issues extracting the apk. Atleast that is what I was told. editing the xml is probably going to be the best bet. Like thomas says getting familar with decompiling and recompiling will be the best idea.
This will be a good start -
http://forum.xda-developers.com/showthread.php?t=1188389
Sent from me
thomas.raines said:
You need to learn how to use apk manager, apk tool, or apk multi tool and get really familiar with decompiling/recompiling .apks. But yes, editing the xml should do the trick...
There is actually a thread in one of the sections (probably the theming section) here that tells you how to make the background of the status bar transparent, so I'm sure the same steps would apply to changing it to white to whatever your desired color is.
Or you could just flash a different ROM or theme...lol
Click to expand...
Click to collapse
Thank you so much !! I already know how to use apk manager but
my problem is xml file...
I don't know which one is status bar's color and text color ...

[HOW-TO][GUIDE][CM-9/ICS] Changing Background of Recent Apps [21/4/13]

Change Background Of Recent Apps.​
NOTE:
-This Works only with Sense4.0a,ICS,CM-9 [Trust me I've tested it myself]
-I'll take the Black Color Code to Change the Background.
-Read before posting Queries.
-Changing Background-- Increases Smoothness
Click to expand...
Click to collapse
TUTORIAL :
Click to expand...
Click to collapse
Pull SystemUI.apk from your Phone.
Decompile the APK Using Any APK Decompiler.
Navigate to res/values/drawables.xml
Search "<item type="drawable" name="status_bar_recents_background_solid">#b3000000</item>" inside "drawables.xml"
Change The Color Code That is "#b3000000" To "#ff000000" to make it black.
You can Change to any color you want, Just change the color code.
Save the xml.
Recompile APK
Sign the APK
Push it in /system/app
You're free to Enjoy .
Open this Thread and Hit Thanks. Least You can do.
Thank's. Try it and let me know.
Click to expand...
Click to collapse
Mine.
Request
Can you add some screen ? and can we change it blue/purple or ....
good idea....:good:
XenoMorphv2 said:
Can you add some screen ? and can we change it blue/purple or ....
good idea....:good:
Click to expand...
Click to collapse
Yup you can If you're using MiniCM9 I can upload for you with grey background. Post the screenshot here too. Actually I'm on Sense 4 currently and lazy to change my ROM . If you want just post here.
Sent via HTC Sense.
Why can't you just post systemui.apk here only , modded one with black recent apps panel ?
Regards
via HTC Sense
Blue3125 said:
Why can't you just post systemui.apk here only , modded one with black recent apps panel ?
Regards
via HTC Sense
Click to expand...
Click to collapse
Okay I'll but later. You can follow the guide too

[GUIDE][CM11][KK] How to make Transparent Status and Navigation Bar on KitKat 4.4

Hello Everyone!!
Lots of people asked me how to make transparent status and transparent navigation bar on android 4.4 kitkat as it supports transparent status and navigation bar. So i thought of writing this guide so that every one get's benefit of this.
Here u go:
To make use of transparent status and navigation feature of Android 4.4 in your activity(it may be launcher or any activity):
Add these below lines in style.xml of your activity/launcher's main activity theme.
HTML:
<item name="android:windowTranslucentStatus">true</item>
<item name="android:windowTranslucentNavigation">true</item>
Where attribute android:windowTranslucentStatus set the transparency of status bar and android:windowTranslucentNavigation used for transparency of navigation bar
Or you can also use one of these themes as your parent
HTML:
Theme.Holo.NoActionBar.TranslucentDecor
Theme.Holo.Light.NoActionBar.TranslucentDecor
By enabling translucent system bars, your layout will fill the area behind the system bars, so you must also enable fitsSystemWindows for the portion of your layout that should not be covered by the system bars.
HTML:
<item name="android:fitsSystemWindows">true</item>
You can use anyone of the above approach to make transparent System bars of your activity.
You can also read original android docs Here
If u like my work, press thanks:laugh:
.
Me getting error while recompiling
CAN U PLZ MAKE TRANSPARENT BAR FOR THAT GIVEN APK :????????
gmp009 said:
Me getting error while recompiling
CAN U PLZ MAKE TRANSPARENT BAR FOR THAT GIVEN APK :????????
Click to expand...
Click to collapse
Bro as above mentioned themes were introduced in Kitkat so they doesn't work with older versions so in order to use those themes in your apk decopile your apk with kitkat framwork-res.apk(available in any CM11 Rom) and then compile it.It will work.try it let me know if that works:laugh:
ashishdubey said:
bro as above mentioned themes were introduced in kitkat so they doesn't work with older versions so in order to use those themes in your apk decopile your apk with kitkat framwork-res.apk(available in any cm11 rom) and then compile it.it will work.try it let me know if that works:laugh:
Click to expand...
Click to collapse
now getting this :/
gmp009 said:
now getting this :/
Click to expand...
Click to collapse
No problem that's warning ignore it..try to u use compiled apk.!!!
ashishdubey said:
no problem that's warning ignore it..try to u use compiled apk.!!!
Click to expand...
Click to collapse
i did but that launcher is not working now
gmp009 said:
i did but that launcher is not working now
Click to expand...
Click to collapse
what issue u r getting send me the logcats??
ashishdubey said:
what issue u r getting send me the logcats??
Click to expand...
Click to collapse
Now that launcher is not showing up its like not installed but its in system/app lol
gmp009 said:
Now that launcher is not showing up its like not installed but its in system/app lol
Click to expand...
Click to collapse
Might be u r getting some signature issue.
ashishdubey said:
Might be u r getting some signature issue.
Click to expand...
Click to collapse
I did sign now its working but its same no transparency......
gmp009 said:
hmm so how can i sign my app now ?
Click to expand...
Click to collapse
Read this post u will find out how to sign apk http://forum.xda-developers.com/showthread.php?t=2251719 .download jarsigner for that.Then install or move that signed apk to system>app.
ashishdubey said:
Read this post u will find out how to sign apk http://forum.xda-developers.com/showthread.php?t=2251719 .download jarsigner for that.Then install or move that signed apk to system>app.
Click to expand...
Click to collapse
I DID ITS WORKING BUT NO TRANSPARENCY Still same
gmp009 said:
I DID ITS WORKING BUT NO TRANSPARENCY Still same
Click to expand...
Click to collapse
bro i m not able to install ur apk as some libs are missing also i m using sony phone.i have checked ur manifest.xml and found that there is no theme defined in your main activity "com.android.launcher2.Launcher" define a theme and add transparent status bar styles corresponding to that theme in style.xml. hope that works
Thanks for this awesome guide!
How can I get the status bar to imitate the colour scheme of the top action bar? Blue bit.
I added fit window option but it didn't do anything.
Edit : Here's the screenshot!
Sent from my Nexus 5 using Tapatalk
krishneelg3 said:
Thanks for this awesome guide!
How can I get the status bar to imitate the colour scheme of the top action bar? Blue bit.
I added fit window option but it didn't do anything.
Edit : Here's the screenshot!
Sent from my Nexus 5 using Tapatalk
Click to expand...
Click to collapse
Bro try to remove window:background attribute from theme or make it transparent instead of white!
ashishdubey said:
Bro try to remove window:background attribute from theme or make it transparent instead of white!
Click to expand...
Click to collapse
I removed it, it went back to normal.
What exactly do I do to make it transparent??? change /white to transparent or do i need to change it from <item to <color ? and make it #00000000?
Explain it a bit Thanks for the help!
Edit: Changed
<item name="android:windowBackground">@*android:color/white</item> to
<color name="android:windowBackground">#0000000</color>
And compiled it, it didn't compile, anything i'm doing wrong here?
Sent from my Nexus 5 using Tapatalk
krishneelg3 said:
I removed it, it went back to normal.
What exactly do I do to make it transparent??? change /white to transparent or do i need to change it from <item to <color ? and make it #00000000?
Explain it a bit Thanks for the help!
Edit: Changed
<item name="android:windowBackground">@*android:color/white</item> to
<color name="android:windowBackground">#0000000</color>
And compiled it, it didn't compile, anything i'm doing wrong here?
Sent from my Nexus 5 using Tapatalk
Click to expand...
Click to collapse
hey give define that color in colors.xml like <color name="any_name">#00000000</color>
then in style.xml use it like this <item name="android:windowBackground">@color/any_name</item>
ashishdubey said:
hey give define that color in colors.xml like <color name="any_name">#00000000</color>
then in style.xml use it like this <item name="android:windowBackground">@color/any_name</item>
Click to expand...
Click to collapse
Okay, it compiled. I made two with one being color/white and the new one color/trans
The white one looked whites with shades. and the transparent one was just black :s, the status bar didn't blend into the blue action bar? it just went black. Any idea what happened?
EDIT : Fixed i moved the fitWindow function to the theme window. all is working! Thanks for this guide. And very helpful OP user!
So I defined a new colour in color.xml
<color name="nexus">#ff4d9ad8</color>
I went into styles, and changed
<item name="android:windowBackground">@*android:color/transparent</item> to
<item name="android:windowBackground">@*android:color/nexus</item>
Now when compiling, it gives off an error, doesn't compile?
Thanks for the help!
krishneelg3 said:
So I defined a new colour in color.xml
<color name="nexus">#ff4d9ad8</color>
I went into styles, and changed
<item name="android:windowBackground">@*android:color/transparent</item> to
<item name="android:windowBackground">@*android:color/nexus</item>
Now when compiling, it gives off an error, doesn't compile?
Thanks for the help!
Click to expand...
Click to collapse
Wrong way of using it...
use like this <item name="android:windowBackground">@color/nexus</item>:laugh:

[[GUIDE:MTK]] Show/Hide L Panel

For L Style Header go HERE
For L Style Header[Advanced] go HERE
For Panel Transparency go HERE
For adding L Style Date/Clock View go HERE
To add Battery/WiFi/Bluetooth/Alarm icons in Header go HERE
Yo guys! I am here with a simple tutorial for Show/Hide L panel in MTK devices[only] {Or the devices which have flip_settings.xml in res/layout of their UI.}
So, if you have followed this guide by @EboyBasit already,
and also followed this add on by me already[not compulsory], then you may proceed to the next step, that will make you show hide your L Panel with just one click.
Let's start!
1.Decompile your SystemUI.
2.Navigate to res/layout and open gemini_status_bar_expanded.xml, and cut your L Toggle code from the xml.
For example, in my case, I shall cut this code from my XML.
Code:
<include layout="@layout/ani_ltoggle" />
3.Close the XML.
4.Now navigate to res/layout and open flip_settings.xml
Look for this line:
Code:
<com.android.systemui.statusbar.phone.QuickSettingsContainerView android:id="@id/quick_settings_container" android:layout_width="fill_parent" android:layout_height="wrap_content" android:animateLayoutChanges="true" android:columnCount="@integer/quick_settings_num_columns" />
Now, replace the WHOLE line with your L Toggle code.
For example, in my case, my flip_settings.xml would now look like this
Code:
<?xml version="1.0" encoding="utf-8"?>
<com.android.systemui.statusbar.phone.QuickSettingsScrollView android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginBottom="@dimen/close_handle_underlap" android:overScrollMode="ifContentScrolls"
xmlns:android="http://schemas.android.com/apk/res/android">
<include layout="@layout/ani_ltoggle" />
</com.android.systemui.statusbar.phone.QuickSettingsScrollView>
Now close that XML, and Recompile the UI.
Sign. Push to system/app with permissions 644.
WHAT HAVE WE DONE EXACTLY?​The thing is, we have replaced the stock flipped settings with our L Panel! That means, when you click for second screen, the L Panel will appear!
Credits:
Gabriel Abadilla [For helping me]
Material Group. [Without which I would still be a noob :fingers-crossed: ]
@Aniruddha_Pathak [Me]
And you!
Aniruddha_Pathak said:
Yo guys! I am here with a simple tutorial for Show/Hide L panel in MTK devices[only] {Or the devices which have flip_settings.xml in res/layout of their UI.}
So, if you have followed this guide by @eboybasit already,
and also followed this add on by me already[not compulsory], then you may proceed to the next step, that will make you show hide your L Panel with just one click.
Let's start!
1.Decompile your SystemUI.
2.Navigate to res/layout and open gemini_status_bar_expanded.xml, and cut your L Toggle code from the xml.
For example, in my case, I shall cut this code from my XML.
Credits:
Gabriel Abadilla [For helping me]
Material Group. [Without which I would still be a noob :fingers-crossed: ]
@Aniruddha_Pathak [Me]
And you!
Click to expand...
Click to collapse
@Aniruddha_Pathak
Are u know it works on TW ROM (samsung)? I tried use the ten ten xml panel but get FC, so using the scroll down stock from this moment
mjraogr said:
@Aniruddha_Pathak
Are u know it works on TW ROM (samsung)? I tried use the ten ten xml panel but get FC, so using the scroll down stock from this moment
Click to expand...
Click to collapse
Upload your expanded XML sir....let me try it for you
My Layout
Aniruddha_Pathak said:
Upload your expanded XML sir....let me try it for you
Click to expand...
Click to collapse
Morning Aniruddha
It's my layout expanded on attachment, the Lpanel layout it's included on Scrollview between brightness bar and ongoing/notification
This UI will be part for my ROM update and this help will be appointed
thanks for ur help
MJ
View attachment MyLayout.zip
@mjraogr here sir, your layout with smalis
As I don't have a touchwiz device, hence won't will be able to give my best, and if this doesn't work, you can anytime contact @bittooshubham, he will surely help you
Aniruddha_Pathak said:
@mjraogr here sir, your layout with smalis
As I don't have a touchwiz device, hence won't will be able to give my best, and if this doesn't work, you can anytime contact @bittooshubham, he will surely help you
Click to expand...
Click to collapse
Oh bro, thank for your help
But exactly this smali i had been put and compiled in my systemUi,
These is ten-ten smali layout's that i had troubles cause it divided in 4 parts and get Force closed
The ten-ten layouts don't have framelayouts just work in linear, it's must be the fixes to do, i didn't find yet and had been put inside scroll view
I will try put and compile this layout in attachment that you changed and insert tenten ok
thanks one more time
MJ
---------- Post added at 01:50 PM ---------- Previous post was at 01:45 PM ----------
Aniruddha_Pathak said:
@mjraogr here sir, your layout with smalis
As I don't have a touchwiz device, hence won't will be able to give my best, and if this doesn't work, you can anytime contact @bittooshubham, he will surely help you
Click to expand...
Click to collapse
Completing...
So if we will have error, keep with the TW layout while don't find solution , just the show hide will be different
I will contact @bittooshubham
MJ
mjraogr said:
Oh bro, thank for your help
But exactly this smali i had been put and compiled in my systemUi,
These is ten-ten smali layout's that i had troubles cause it divided in 4 parts and get Force closed
The ten-ten layouts don't have framelayouts just work in linear, it's must be the fixes to do, i didn't find yet and had been put inside scroll view
I will try put and compile this layout in attachment that you changed and insert tenten ok
thanks one more time
MJ
---------- Post added at 01:50 PM ---------- Previous post was at 01:45 PM ----------
Completing...
So if we will have error, keep with the TW layout while don't find solution , just the show hide will be different
I will contact @bittooshubham
MJ
Click to expand...
Click to collapse
Notify me when you compile it
Aniruddha_Pathak said:
Notify me when you compile it
Click to expand...
Click to collapse
Hi Bro
I compiled
The button action works but the panel is under the notification cart and upper at header. ( Like the stacked cards)
Maybe this happened because the FrameLayouts positions and the headers must be separated by FrameLayouts
I tried others postions and insert linears layouts , animes by smalis 1 and 3 but no success. Do you have another sugestion?
hide
View attachment 3347341
expanded
View attachment 3347342
mjraogr said:
Hi Bro
I compiled
The button action works but the panel is under the notification cart and upper at header. ( Like the stacked cards)
Maybe this happened because the FrameLayouts positions and the headers must be separated by FrameLayouts
I tried others postions and insert linears layouts , animes by smalis 1 and 3 but no success. Do you have another sugestion?
hide
View attachment 3347341
expanded
View attachment 3347342
Click to expand...
Click to collapse
Complement
Now It works!!!
I burned the brain but it worked ,
I changed the position inside the scroller and isolated the first FrameLayouts, and insert the margintop parameters
mjraogr said:
Complement
Now It works!!!
I burned the brain but it worked ,
I changed the position inside the scroller and isolated the first FrameLayouts, and insert the margintop parameters
Click to expand...
Click to collapse
Congo
Guide for mtk is easier than touchwiz
bittooshubham said:
Guide for mtk is easier than touchwiz
Click to expand...
Click to collapse
Oh yes But I and you both are used to touchwiz now
Hahaa..yup

Categories

Resources