[GUIDE][MOD]Small AM/PM on Status bar clock - Galaxy Note GT-N7000 Themes and Apps

As All You Know that m not able to work on Roms As my device is Damaged After fell into water But..
I want to provide my work to all of You As much as i can..
So this Time I am posting a GUIDE For Small AM/PM in statusbar clock.
So Here We Go...
-:Requirement:-
1.Apktool
2.Copy/Paste knowledge
3.little sharp Mind
-:Now Come to the Point:-
1.Decompile SystemUI.apk
2.Go to res/layout/tw_status_bar.xml
3.Open The File and Look For this Line which is Given Bleow-
Code:
<com.android.systemui.statusbar.policy.Clock android:textSize="@dimen/status_bar_clock_text_size" android:textColor="[COLOR="Red"]#ffffffff[/COLOR]" android:gravity="center" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true" />
4.Now replace this line With This
Code:
<com.android.systemui.statusbar.policy.Clock android:textSize="@dimen/status_bar_clock_text_size" android:textColor="[COLOR="red"]#ffffffff[/COLOR]" android:gravity="center" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true" systemui:ampmSmall="true" />
The Red marked text is Your clock text colour(Defult is pure white now)
5.Save .xml and compile it.
6.Push it back to system Then You Will get Something like this(NOT CENTER CLOCK):-
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Check it yourself and Give me feedback.
Enjoy..​

Nice guid Aman! Thanks

Bro help.
The log says. "No resources identifier found for attribute 'ampmSmall' in package 'com.android.systemui'

a little help here.
AmniX said:
As All You Know that m not able to work on Roms As my device is Damaged After fell into water But..
I want to provide my work to all of You As much as i can..
So this Time I am posting a GUIDE For Small AM/PM in statusbar clock.
So Here We Go...
-:Requirement:-
1.Apktool
2.Copy/Paste knowledge
3.little sharp Mind
-:Now Come to the Point:-
1.Decompile SystemUI.apk
2.Go to res/layout/tw_status_bar.xml
3.Open The File and Look For this Line which is Given Bleow-
Code:
<com.android.systemui.statusbar.policy.Clock android:textSize="@dimen/status_bar_clock_text_size" android:textColor="[COLOR="Red"]#ffffffff[/COLOR]" android:gravity="center" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true" />
4.Now replace this line With This
Code:
<com.android.systemui.statusbar.policy.Clock android:textSize="@dimen/status_bar_clock_text_size" android:textColor="[COLOR="red"]#ffffffff[/COLOR]" android:gravity="center" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true" systemui:ampmSmall="true" />
The Red marked text is Your clock text colour(Defult is pure white now)
5.Save .xml and compile it.
6.Push it back to system Then You Will get Something like this(NOT CENTER CLOCK):-
Check it yourself and Give me feedback.
Enjoy..​
Click to expand...
Click to collapse
hello there, i've installed Xperia SystemUI provided by Serajr v10 here: http://forum.xda-developers.com/showthread.php?t=1762162
but i got a little problem, my clock on statusbar is not showing a time instead some "-37%-e/%y" kinda thing, everything else works just fine so far.
how can i make it show time on my status bar, can you help me with that.
my device: xperia u ICS 4.0.4
unlocked BL: yes
rooted: yes
build: 6.1.1.C.1.0
kernel:3.0.8

Related

[How-To]Status bar/notification mod Center clock and icon switch

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Thx to Taine0 for the tutorial
test on stock gingerbread and wolf GB
Preparation:
APKmanager
Notepad++
rootexplorer
Execution:
-Grab your SystemUI.apk using rootexplorer or using adb pull command (/system/app/systemUI.apk)
-decompile it using APKmanager then find status_bar.xml on APK Manager\projects\SystemUI.apk\res\layout\
-edit the file using Notepadd++
this is my mod script for status_bar.xml, you can copy and paste if you want to use it
PHP:
<?xml version="1.0" encoding="utf-8"?>
<com.android.systemui.statusbar.StatusBarView android:orientation="vertical" android:background="@drawable/statusbar_background" android:focusable="true" android:descendantFocusability="afterDescendants"
xmlns:android="http://schemas.android.com/apk/res/android">
<com.android.systemui.statusbar.Clock android:textAppearance="@android:style/TextAppearance.StatusBar.Icon" android:gravity="center" android:paddingLeft="132.0dip" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true" />
<LinearLayout android:orientation="horizontal" android:id="@id/icons" android:layout_width="fill_parent" android:layout_height="fill_parent">
<com.android.systemui.statusbar.IconMerger android:gravity="left" android:orientation="horizontal" android:id="@id/notificationIcons" android:paddingLeft="6.0dip" android:layout_width="0.0dip" android:layout_height="fill_parent" android:layout_weight="1.0" />
<LinearLayout android:gravity="left" android:orientation="horizontal" android:id="@id/statusIcons" android:paddingRight="6.0dip" android:layout_width="wrap_content" android:layout_height="fill_parent" />
</LinearLayout>
<LinearLayout android:orientation="horizontal" android:id="@id/ticker" android:paddingLeft="6.0dip" android:animationCache="false" android:layout_width="fill_parent" android:layout_height="fill_parent">
<ImageSwitcher android:id="@id/tickerIcon" android:layout_width="wrap_content" android:layout_height="fill_parent" android:layout_marginRight="8.0dip">
<com.android.systemui.statusbar.AnimatedImageView android:layout_width="25.0dip" android:layout_height="25.0dip" />
<com.android.systemui.statusbar.AnimatedImageView android:layout_width="25.0dip" android:layout_height="25.0dip" />
</ImageSwitcher>
<com.android.systemui.statusbar.TickerView android:id="@id/tickerText" android:paddingTop="2.0dip" android:paddingRight="10.0dip" android:layout_width="0.0dip" android:layout_height="wrap_content" android:layout_weight="1.0">
<TextView android:textAppearance="@android:style/TextAppearance.StatusBar.Ticker" android:layout_width="fill_parent" android:layout_height="wrap_content" android:singleLine="true" />
<TextView android:textAppearance="@android:style/TextAppearance.StatusBar.Ticker" android:layout_width="fill_parent" android:layout_height="wrap_content" android:singleLine="true" />
</com.android.systemui.statusbar.TickerView>
</LinearLayout>
<com.android.systemui.statusbar.DateView android:textAppearance="@android:style/TextAppearance.StatusBar.Icon" android:gravity="center" android:id="@id/date" android:background="@drawable/statusbar_background" android:paddingLeft="110.0dip" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true" />
</com.android.systemui.statusbar.StatusBarView>
save the xml then compile again using apkmanager.
answer the question when compiling
Is this a system apk (y/n)
Type input:y
Click to expand...
Click to collapse
Aside from the signatures, would you like to copy
over any additional files that you didn't modify
from the original apk in order to ensure least
# of errors (y/n)
Type input:n
Click to expand...
Click to collapse
and now you get the unsignedSystemUI.apk
delete SystemUI.apk then rename unsignedSystemUI.apk to SystemUI.apk
make a flashable zip and flash it over. Or replace the systemui with rootexplorer.
Hey man, I tried the mod that you credited to yesterday and the clock centered but no other icons were there. Replaced my script with yours now it works like a charm! Thanks dude, now I can study yours to see exactly what I did wrong lol
APKmanager is giving an error upon decompiling SystemUI.apk.. What could be going wrong?
Try using apkmanager v5
http://forum.xda-developers.com/showthread.php?t=1227179
although showing an error APKmanager decompiled the apk and so i went through with the process. The signed apk (besides giving errors) is reduced to 10kb from 207kb. Is that alright, should i give it go and copy via root explorer??
I have been trying to find a way to remove the clock from status bar and found your article. Can you post screenshots and highlight what exactly we need to change?
I am more interested in just deleting the clock as I don't like 20 clocks on my phone..lol
Thanks in advance
I think this is the line where I need to put maybe Visible="false"?
<com.android.systemui.statusbar.Clock android:textAppearance="@android:style/TextAppearance.StatusBar.Icon" android:gravity="center" androidaddingLeft="132.0dip" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true" />
Nope, it ain't gon work. Download the latest android sdk, take aapt.exe and replace the one in your apk manager/other folder. That should fix your problem
Swyped From My Red Hot 3D Razr Phone

[[Guide]] Custom carrier logo´s deodex Rom´s

Hello!!
I bring this guide to display the custom logo, we must do the following:
- Navigate to your decompiled SystemUI folder and go to /res/layout/tw_status_bar.xml
and change.
Code:
<LinearLayout android:orientation="horizontal" android:id="@id/icons" android:paddingLeft="0.0dip" android:paddingRight="2.0dip" android:layout_width="fill_parent" android:layout_height="fill_parent">
<LinearLayout android:orientation="horizontal" android:id="@id/left_icons" android:paddingLeft="4.0dip" android:layout_width="0.0dip" android:layout_height="fill_parent" android:layout_weight="1.0">
<TextView android:textSize="15.0dip" android:gravity="center_vertical" android:id="@id/carrierLabel" android:visibility="gone" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true" />
<ImageView android:id="@id/operatorLogoIcon" android:visibility="gone" android:layout_width="wrap_content" android:layout_height="fill_parent" android:src="@drawable/tw_stat_notify_operator_logo" />
to
Code:
<LinearLayout android:orientation="horizontal" android:id="@id/icons" android:paddingLeft="0.0dip" android:paddingRight="2.0dip" android:layout_width="fill_parent" android:layout_height="fill_parent">
<LinearLayout android:orientation="horizontal" android:id="@id/left_icons" android:paddingLeft="4.0dip" android:layout_width="0.0dip" android:layout_height="fill_parent" android:layout_weight="1.0">
<TextView android:textSize="15.0dip" android:gravity="center_vertical" android:id="@id/carrierLabel" android:visibility="gone" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true" />
<ImageView android:id="@id/operatorLogoIcon" android:layout_width="wrap_content" android:layout_height="fill_parent" android:src="@drawable/tw_stat_notify_operator_logo" />
and tw_stat_notify_operator_logo we replace the image you want.
We return to compile SystemUI.apk and we put on the phone and ready to assign permissions.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Tested on my Rom Energy Bean 4.1.2 Galaxy Note N7000
I´m sorry my bad english.. :good:​
and what is with res/values/bools.xml and line?:... <bool name="config_showOperatorLogo">false</bool> ...normally change to: ( true ) and how big .png should to be?
mirash11 said:
and what is with res/values/bools.xml and line?:... <bool name="config_showOperatorLogo">false</bool> ...normally change to: ( true ) and how big .png should to be?
Click to expand...
Click to collapse
It is not necessary to change anything in "bools", only to eliminate what I have said, because this line serves to conceal the png. I have verified it and changing to "true", the logo does not appear.
It depends on that png are going to use, must be between 60x40 or 90x50
Maybe you should give a link to the original thread, that will help to..
Sent from my GT-N7000 using Tapatalk HD
zai89 said:
Maybe you should give a link to the original thread, that will help to..
Sent from my GT-N7000 using Tapatalk HD
Click to expand...
Click to collapse
To that original thread?
juli14
Hello: I am from Taiwan, Samsung Note users, it is like you are making this ROM,
Look forward to have Chinese interfaces and links Kies, then it will be more perfect!
Thank you!
one of the beauty of energyrom is that i can customize lots of things using zip file provided by juli
I want to try this mod but i can't understand the op
Sent from my GT-N7000 using xda premium

[GUIDE] How to add animation in Opera Mini

Hello brothers,
now, I want to share guide to add animation on Opera Mini, and you can make this guide also to other apk
1. decompile your opera mini
2. open res/layout/main.xml
add this code
<LinearLayout android:gravity="center" androidrientation="vertical" android:layout_width="fill_parent" android:layout_height="wrap_content">
<com.rouf.Animasi android:id="@id/rouf_anim" android:layout_width="wrap_content" android:layout_height="wrap_content" />
</LinearLayout>
Click to expand...
Click to collapse
before this code
</merge>
like this
<LinearLayout android:gravity="center" androidrientation="vertical" android:layout_width="fill_parent" android:layout_height="wrap_content">
<com.rouf.Animasi android:id="@id/rouf_anim" android:layout_width="wrap_content" android:layout_height="wrap_content" />
</LinearLayout>
</merge>
Click to expand...
Click to collapse
3. save
4. open res/values/ids.xml
add this code
<item type="id" name="rouf_anim">false</item>
Click to expand...
Click to collapse
before this code
</resources>
like this
<item type="id" name="rouf_anim">false</item>
</resources>
Click to expand...
Click to collapse
5. save
6. download smali and png of animation Here
7. after you downloaded, enter the png and animasi.xml to opmin_src/res/drawable/com/here
and add folder "rouf" to folder opmin_src/smali/here
8. and than open AndroidManifest.xml change
package="com.opera.mini.android"
Click to expand...
Click to collapse
like this
package="com.opera.mini.rouf
Click to expand...
Click to collapse
save
9. recompile.
10. after recompile you must decompile again to change id public of animasi.xml and png animations
11. open opmin_src/smali/com/rouf/Animasi.smali
12. change code id 0x7f080004 in line 37
with code id public type="id" name="rouf_anim"
and this code id 0x7f020008 in line 53
change with code id public type="drawable" name="animasi"
13. recompile, sign, install
SS
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
THANKS TO :
ALLAH SWT
All members and admins of Group Oprek Galaxy Y Indonesia S5360 @fb
DONT FORGET TO PRESS THANKS IF YOU LIKE MY THREAD :good:
if you want to download my latest mod of Opera Mini you can visit here

[AOSP][STOCK TW][5.0][SAMSUNG][GLOWPAD][MOD]Glowpad for stock Caller ID AOSP style

Can we ported aosp glowpad button on our stock samsung dialer android 5.0 ? Can you give an assessment as an expert please
image:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Thank you
upd i found sample of glowpad we can using it?
https://play.google.com/store/apps/details?id=net.sebastianopoggi.samples.ui.GlowPadSample
https://github.com/frakbot/GlowPadBackport
In order to use the GlowPadView in your project, follow these steps:
Ensure you have the Maven Central repository configured in your build.gradle file, eg.:
repositories {
mavenCentral()
}
This has to be in your app module's build.gradle or in the project's top-level build.gradle file. Android Studio puts it into the top-level file by default.
Add the dependency to your app's module build.gradle file, eg.:
Code:
dependencies {
// Your other dependencies...
compile 'net.frakbot.glowpadbackport:glowpadbackport:2.1.0'
}
Reference the GlowPadView in an XML layout (or initialise it from code)
Code:
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="fill_parent"
android:layout_height="fill_parent">
<net.sebastianopoggi.ui.GlowPadBackport.GlowPadView
android:id="@+id/incomingCallWidget"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_marginTop="-10dp"
android:layout_marginBottom="-46dp"
android:background="@android:color/black"
android:visibility="visible"
android:gravity="top"
app:targetDrawables="@array/incoming_call_widget_2way_targets"
app:handleDrawable="@drawable/ic_in_call_touch_handle"
app:innerRadius="@dimen/glowpadview_inner_radius"
app:outerRadius="@dimen/glowpadview_target_placement_radius"
app:outerRingDrawable="@drawable/ic_lockscreen_outerring"
app:snapMargin="@dimen/glowpadview_snap_margin"
app:vibrationDuration="20"
app:feedbackCount="1"
app:glowRadius="@dimen/glowpadview_glow_radius"
app:pointDrawable="@drawable/ic_lockscreen_glowdot"/>
</RelativeLayout>
????
Profit!
Sample app
Click to expand...
Click to collapse
My friend finist1 make projects for aide you can using it
https://yadi.sk/d/E7xCPq8TdocFC
https://yadi.sk/d/hzZlbfa-docJq
He plug library now programmers can use it with app glowpad on full potential and take resources from it
Also this code we found in stock caller is very simmilar like glowpadsample
LegacyInCallUI\res\layout\answer_fragment.xml
Code:
<?xml version="1.0" encoding="utf-8"?>
<com.android.incallui.GlowPadWrapper android:gravity="center" android:id="@id/glow_pad_view" android:background="@android:color/black" android:focusable="true" android:visibility="gone" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_centerHorizontal="true" dc:targetDrawables="@array/incoming_call_widget_3way_targets" dc:targetDescriptions="@array/incoming_call_widget_3way_target_descriptions" dc:directionDescriptions="@array/incoming_call_widget_3way_direction_descriptions" dc:handleDrawable="@drawable/ic_in_call_touch_handle" dc:outerRingDrawable="@android:drawable/ic_lockscreen_sim" dc:innerRadius="@dimen/glowpadview_inner_radius" dc:outerRadius="@dimen/glowpadview_target_placement_radius" dc:glowRadius="@dimen/glowpadview_glow_radius" dc:vibrationDuration="20" dc:snapMargin="@dimen/glowpadview_snap_margin" dc:feedbackCount="1" dc:allowScaling="true"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:dc="http://schemas.android.com/apk/res-auto" />
GlowPadBackport-sample-release\res\layout\main.xml
Code:
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout android:layout_width="fill_parent" android:layout_height="fill_parent"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
<Button android:id="@id/btn_toggle_padmult" android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="@string/btn_toggle_multiplier" android:layout_alignParentTop="true" />
<net.sebastianopoggi.ui.GlowPadBackport.GlowPadView android:gravity="top" android:id="@id/incomingCallWidget" android:background="@android:color/black" android:visibility="visible" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_marginTop="-10.0dip" android:layout_marginBottom="-46.0dip" android:layout_below="@id/btn_toggle_padmult" app:targetDrawables="@array/incoming_call_widget_2way_targets" app:handleDrawable="@drawable/ic_in_call_touch_handle" app:outerRingDrawable="@drawable/ic_lockscreen_outerring" app:pointDrawable="@drawable/ic_lockscreen_glowdot" app:innerRadius="@dimen/glowpadview_inner_radius" app:outerRadius="@dimen/glowpadview_target_placement_radius" app:glowRadius="@dimen/glowpadview_glow_radius" app:vibrationDuration="20" app:snapMargin="@dimen/glowpadview_snap_margin" app:feedbackCount="1" />
</RelativeLayout>
stock caller

[Guide]How to make transparent stock Mms.apk Xperia C [JB]

hi!
Just want to share to you all, how to make transparent Mms apk of our xperia C. you can also try this on other device but as a xperia c user i only test this on my device.
this is my first time to make/share a tut here... pls tell me if ever i done wrong (typo, or format of posting) :highfive:
Requirements:
Know how to decompile/recompile apk
Procedure:
1. Decompile your Mms.apk
2. Go to res/values/style.xml , look for ..
on line 23.
Code:
<style name="MmsHoloTheme" [email protected]:style/Theme.Holo.Light.DarkActionBar"
Delete that line change with this.
Code:
<style name="MmsHoloTheme" parent="@*android:style/Theme.Holo.Wallpaper">
change your whole line 29 with this.
Code:
<style name="Theme.Translucent" parent="@*android:style/Theme.Holo.Wallpaper">
change whole line 47 with this one.
Code:
<style name="MultiSelectionHoloTheme" parent="@*android:style/Theme.Holo.Wallpaper">
change line 50 with this.
Code:
<style name="MultiSelectionActionBarStyle" parent="@*android:style/Theme.Holo.Wallpaper">
change line 56 with this.
Code:
<style name="Theme.SmsDlgScreen" parent="@*android:style/Theme.Holo.Wallpaper">
change line 97 with this.
Code:
<style name="MmsHoloThemeWhite" parent="@*android:style/Theme.Holo.Wallpaper">
note: if ever our line position are not the same just look for the style name as your hints.
Save.
3. Go to colors.xml
change the background with this #00000000
list_background
unread_bgcolor
read_bgcolor
messagelistview_background_colo
Code:
<color name="list_background">#00000000</color>
<color name="unread_bgcolor">#00000000</color>
<color name="read_bgcolor">#00000000</color>
<color name="messagelistview_background_color">#00000000</color>
4, Go to res/layout.
composed_message_activity.xml
on line 6
Code:
<com.android.mms.ui.HeightChangedLinearLayout android:orientation="vertical" android:id="@id/changed_linear_layout" android:background="#000000000" android:layout_width="fill_parent" android:layout_height="fill_parent"
on line 8
Code:
<LinearLayout android:orientation="vertical" android:id="@id/recipients_subject_linear" android:background="#00000000" android:paddingTop="3.0dip" android:paddingBottom="0.0dip" android:visibility="gone" android:layout_width="fill_parent" android:layout_height="wrap_content" android:paddingStart="5.0dip" android:paddingEnd="3.0dip">
you can also make transparent for the bottom panel/ media etc just make the background of line...
53 to 62
compare with mine.
Code:
<LinearLayout android:layout_gravity="bottom" android:orientation="horizontal" android:id="@id/bottom_panel_tool_bar" android:background="#00000000" android:paddingBottom="@dimen/mms_bottom_bar_padding_bottom" android:layout_width="fill_parent" android:layout_height="40.0dip">
<ImageButton android:layout_gravity="center" android:id="@id/mms_add_media" android:background="#00000000" android:layout_width="fill_parent" android:layout_height="40.0dip" android:src="@drawable/conv_add_media_item" android:layout_weight="1.0" />
<ImageView android:layout_width="wrap_content" android:layout_height="40.0dip" android:src="@drawable/mms_bottombar_divider" android:scaleType="fitXY" />
<ImageButton android:layout_gravity="center" android:id="@id/mms_take_photo" android:background="#00000000" android:layout_width="fill_parent" android:layout_height="40.0dip" android:src="@drawable/conv_take_photo_item" android:layout_weight="1.0" />
<ImageView android:layout_width="wrap_content" android:layout_height="40.0dip" android:src="@drawable/mms_bottombar_divider" android:scaleType="fitXY" />
<ImageButton android:layout_gravity="center" android:id="@id/mms_add_doodle" android:background="#00000000" android:layout_width="fill_parent" android:layout_height="40.0dip" android:src="@drawable/conv_add_doodle" android:layout_weight="1.0" />
<ImageView android:layout_width="wrap_content" android:layout_height="40.0dip" android:src="@drawable/mms_bottombar_divider" android:scaleType="fitXY" />
<ImageButton android:layout_gravity="center" android:id="@id/mms_add_contact" android:background="#00000000" android:layout_width="fill_parent" android:layout_height="40.0dip" android:src="@drawable/conv_add_contact" android:layout_weight="1.0" />
<ImageView android:visibility="gone" android:layout_width="wrap_content" android:layout_height="40.0dip" android:src="@drawable/mms_bottombar_divider" android:scaleType="fitXY" />
<ImageButton android:layout_gravity="center" android:id="@id/mms_share_location" android:background="#00000000" android:visibility="gone" android:layout_width="fill_parent" android:layout_height="40.0dip" android:src="@drawable/conv_add_location" android:layout_weight="1.0" />
5. go to conversation_list_item.xml
line 2 make the background #00000000
6. go to conversation_list_screen.xml
line 2 background #00000000
also look for this code.
Code:
<ListView android:scrollbarStyle="insideOverlay" android:id="@*android:id/list" android:background="#00000000" android:fadingEdgeLength="16.0dip" android:layout_width="fill_parent" android:layout_height="fill_parent" android:drawSelectorOnTop="false" />
Save all. recompile/sign/push set permission/reboot.
hope this may help you.
sorry for my bad english coz my first language is Filipino
goodluck.
Screenshot:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
done enjoy
noob here
Can I request for the mms.apk file that you have? I am having trouble recompiling the file
luridx said:
Can I request for the mms.apk file that you have? I am having trouble recompiling the file
Click to expand...
Click to collapse
here you go bro. Sorry for late reply I've got busy this few months.
http://www.tusfiles.net/a1sckinqhueg

Categories

Resources