What's new

Closed Modding share it tutorial

Status
Not open for further replies.

Ryoumen Sukuna

Forum Guru
Joined
Jun 24, 2017
Posts
4,722
Reaction
5,059
Points
1,757
Age
20
⭐⭐⭐⭐⭐BASIC GUIDE TO ALL MODDERS⭐⭐⭐⭐⭐⭐⭐

Tools needed:
*Apk Editor Pro - Any version
*Photo Editor - pang edit ng bg na ilalagay
*Stock knowledge

Ok! Lets start the battle (BEGIN)


1: Open "ApkEditorPro" and select apk hanapin mo si "SHAREit" then click FULL EDIT.


2: if na open na? locate this goto res/drawable/here. find common_background_color.xml after mo makita yan.burahin muna yan.import your own png picture. mag lagay ka ng picture (BACKGROUND) na gusto mo.basta png format basta hnd jpg,gif,jpeg irename mo yung picture as
common_background_color.png


3: click (+) sign sa bottom|leftside then click add file.lagay mo na ung
common_background_color.png sa res/drawable/here.


4: goto res/drawable/layout at sa layout-v17 find main_actionbar_view buksan mo yan tapos iedit mo ang android:background="@blabbla" gawin mong android:background="@color/transparent then save.


5: goto res/values/colors.xml search nyo to
<color name="account_pick_avatar_item_bg_pressed
<color name="anyshare_common_background_color
<color name="anyshare_common_mask_bac
kground_color
<color name="anyshare_content_album_title_bg_normal
<color name="anyshare_content_album_title_bg_pressed
<color name="anyshare_content_list_child_bg_normal
<color name="cleanit_child_bg_normal
<color name="cleanit_child_bg_pressed
<color name="cleanit_group_bg_normal
<color name="cleanit_group_bg_pressed
<color name="common_content_view_norm
al_blue_color
<color name="common_content_view_norm
al_green_color
<color name="common_content_view_normal_red_color
<color name="entry_activity_bg_color"
<color name="feed_admob_bg_color
<color name="feed_clean_scanning_bg_color
<color name="feed_common_background_color
<color name="feed_common_bottom_divider_color
<color name="feed_common_line_divider_color
<color name="feed_icon_background_color
<color name="main_navigation_background_color
<color name="main_navigation_item_pressed_color

palitan mo yong hex code to
transparent ito hex code niya #10000000

Ok!
lipat na tayo sa PART2.

Changing SHAREit color!!


1:goto res/values/colors.xml open and change the following color

* Blue
* Main_header_navigation_color
* Main_header_statusbar_color
* share_discover_background_color

change mo sa color na gusto mo

#How to change settings (drawer) background?

1: Goto res/layout/ find this xml" setting_user_items.xml " open mo tapos find this code "android:id="@id/setting_item" add this code after android:id="@id/settings_item" android:background="@color/transparent" (Save exit.)


2:find this xml in the same layout folder" setting_user_settings_main.xml" tapos find android:background="blablabla" replace this new code" android:background="@drawable/yourpng" (Save exit.)


HOPE NAGETS MO!!!



#How to add background in style.xml


1:eek:pen Res/values/styles.xml

search this code:

<style name="UtilStyle_SettingsProductText"

ipalit mo to sa background

android:background="@color/transparent"



2:eek:pen Res/values/styles.xml

search this code:


<style name="ExpandableViewStyle"

ipalit mo to sa background

android:background="@drawable/yourpng"

(Save Exit.)


Save>Wait>Install.


Enjoy!!!!

PHC-JIGGS yan lang alam ko imod haha
 
Status
Not open for further replies.
Back
Top