As part of a minor project I'm halfheartedly working on and probably won't finish, I've been having a gander through some of the XMLs in lge-res.apk from 20s/Oreo. bool.xml contains true/false settings, since that's...what a boolean value is. They control configurable system defaults and enable/disable some features in the ROM.
This isn't intended to be one of those "LOOK GUYS ALL THESE FEATURES WE COULD ENABLE", just a bit of a fun. Most of the ones set to false probably aren't actually attached to anything and would be disregarded if changed, or the feature they control is buggy/incomplete/unusable.
Some notable entries:
Swift:
<bool name="config_powerLight_available">false</bool>
No hardware lights for you.
This is probably referring to some proprietary thing elsewhere in an LG ROM (note the "an", not necessarily THIS one), not actual lights, as googling it reveals nothing.
Swift:
<bool name="config_enable_aod_widget">false</bool>
<bool name="config_enable_signboard_widget">false</bool>
AOD and SignBoard are the same thing.
Makes me wonder if a custom widget option was considered and scrapped, or this simply disables the controls and music widgets by default.
Swift:
<bool name="not_true">false</bool>
GOOD.
Swift:
<bool name="config_lg_safe_media_volume_enabled">true</bool>
"Everyone hated that."
Swift:
<bool name="config_quick_memo_hotkey_customizing">false</bool>
Oooh.
Swift:
<bool name="config_is_using_embedded_battery">true</bool>
Annnnd that was the first nail in the coffin.
Swift:
<bool name="config_chameleon_supported">false</bool>
Cloaking is factory-disabled so you don't lose your phone.
Swift:
<bool name="config_userConfigLedBrightness">false</bool>
<bool name="config_hasBackLed">false</bool>
<bool name="config_hasColorBackLed">false</bool>
Remember when phones had notification lights and screen backlights, guys?
Pepperidge Farm remembers.
Swift:
<bool name="config_lge_safe_media_volume_enabled">true</bool>
:v
Swift:
<bool name="config_lcd_oled">true</bool>
And if you ignore the black crush that happens under ~32 brightness along with the inconsistent grey levels on most panels, it's pretty good.
Swift:
<bool name="config_knock_off_available">false</bool>
Yet...it is.
Swift:
<bool name="config_two_phone">false</bool>
Confirmed: phone is one phone.
I wonder if this is for dual-SIM and set elsewhere.
Swift:
<bool name="config_shaking_gesture">false</bool>
I miss my Turbo/Maxx's flashlight/camera gestures.
Swift:
<bool name="config_support_smartpouch">false</bool>
Canceled accessory, I suppose.
Swift:
<bool name="config_hasOneColorLed">false</bool>
In every way. *sigh*
Swift:
<bool name="config_improveLCDWhiteSpot">false</bool>
You get your white spots in their natural unenhanced state.
Swift:
<bool name="config_smart_battery">false</bool>
Too bad, it would have been a worthy inclusion if it's what I'm thinking of.
(A.i.X. includes a system app to limit the maximum battery charge, to prolong battery lifetime, and I personally use an Automate flow to do the same)
Swift:
<bool name="config_image_quality_enhancement">false</bool>
Oh :\
Swift:
<bool name="config_main_aod_enabled">false</bool>
<bool name="config_main_aod_mipi_enabled">false</bool>
<bool name="config_poled_aod_enabled">true</bool>
unfh POLED hype
Swift:
<bool name="config_model_joan">true</bool>
Well now I'm curious what happens if this is set to false.
Swift:
<bool name="config_notch_display_enabled">false</bool>
Fond memories of when LG was one of the holdouts before giving up and adopting all the Apple/Samscum garbage fads. I guess they did hang onto the headphone jack to the bitter end, so there's that...
Swift:
<bool name="config_rearside_volume_key">false</bool>
<bool name="config_rearside_power_key">true</bool>
Having extensively messed about with my mother's old HDX 8.9" Amazon tablet, I can say that rear-facing volume buttons are one of the most annoying damn things.
Swift:
<bool name="config_support_RFRPE_AOL">true</bool>
I haven't the faintest idea what this is, and google has no idea either, but...good...?
Swift:
<bool name="config_use_lg_multi_alc">true</bool>
Because why use AOSP autobrightness, when you can instead use a homebrew system presumably based loosely on something inferior your phones used way back in the day, that's an annoying pain in the ass for the user to look at/use and has no user-facing adjustability by default?
Swift:
<bool name="config_use_roundcorner_mask">false</bool>
Remember when this set the bar for the stupidest thing LG was starting to do on their phones? Golly, we were all so innocent back then. They certainly didn't waste much time making us all realize that there're *always* poorer decisions for them to make.
Swift:
<bool name="config_enableWaterproof">false</bool>
I guess technically it's not.
Swift:
<bool name="config_support_blank_surface">true</bool>
Helpful!
(graphics subsystem stuff, I think)
Swift:
<bool name="config_glove_mode_enabled">false</bool>
This actually does something if set to true via a system settings app: on Samsung phones, where it can be a useful tweak.
Unfortunately our firmware, digitizer, or both don't support it, so enabling it does nothing on the v30.
Swift:
<bool name="config_power_volumedown_reset">true</bool>
It's interesting that the sole method of forcibly restarting the phone (aside from draining the battery or disassembling it to remove the battery) is technically optional.
Swift:
<bool name="config_touchscreen_turn_on_button_light">false</bool>
I fondly remember actual buttons under the screen on the phone "chin", then later "physical" dedicated digitizer buttons, and the button backlight that came with both...but will readily admit to liking immersive mode+gestures more. Easier to customize, smoother to use, more space for actual screen.
Sure do miss hardware QWERTY, though.
Swift:
<bool name="config_support_forced_poweroff">false</bool>
Vol-/Power button combo is a low-level LG firmware thing, soooo I assume this refers to holding down the power button alone to trigger...whatever it is that holding the power button down triggers in non-LG phones.
Swift:
<bool name="config_scaleYCoordinateOfMotionEventInSecondScreen">false</bool>
<bool name="config_transferMotionEventToStatusBar">false</bool>
Probably would have been interesting to play with on handsets with a second screen e.g. v20.
Swift:
<bool name="config_enable_exceptionalLed">false</bool>
Swift:
<bool name="config_support_secret_mode">false</bool>
And it'll continue being a secret to everyone.
Swift:
<bool name="config_quick_memo_hotkey_long_enable">false</bool>
More "would have been a worthy inclusion" stuff. Seriously, how - as a company hoping to succeed - do you look at competition like Samscum and their fixed-function button that everyone hates, and go "yea lets do the exact same thing with our shortcuts, users hate customization"?
Swift:
<bool name="config_support_abs">true</bool>
Phone has Antilock Brakes.
Swift:
<bool name="config_use_screen_auto_brightness_adjustment">true</bool>
Oh? And where would that be, LG?
(you can set the mix/max limits for autobrightness with root access, but as far as I know there's only one relevant system setting for ALC and it does nothing for LG's implementation)
(aforementioned mix/max settings are in /sys/module/mdss_fb/parameters/ fyi; I strongly recommend setting backlight_min to 35+ to prevent low enough brightness to crush blacks out)
Swift:
<bool name="config_battery_swap_feature_enabled">false</bool>
Would have been cool.
Swift:
<bool name="config_enable_suggestion_card">true</bool>
Say "Ok Google, I have a suggestion for LG", and one of those suggestion/opinion/'how was your experience' cards spits out the top of the phone. Try it!
That's all I found particularly notable or amusing. XML in its entirety follows.
Spoiler
<?xml version="1.0" encoding="utf-8"?>
<resources>
<bool name="action_bar_embed_tabs">false</bool>
<bool name="split_action_bar_is_narrow">true</bool>
<bool name="preferences_prefer_dual_pane">false</bool>
<bool name="show_ongoing_ime_switcher">true</bool>
<bool name="action_bar_expanded_action_views_exclusive">true</bool>
<bool name="target_honeycomb_needs_options_menu">true</bool>
<bool name="dock_service_enabled">true</bool>
<bool name="enable_go_home_from_setupwizard">false</bool>
<bool name="no_lockscreen_in_setupwizard">false</bool>
<bool name="single_line_checkbox_on_dialog">false</bool>
<bool name="allow_stacked_button_bar">true</bool>
<bool name="config_powerLight_available">false</bool>
<bool name="allow_dialog_background_blur">true</bool>
<bool name="config_fixed_wallpaper_available_in_Gallery">true</bool>
<bool name="window_light_status_bar">true</bool>
<bool name="config_enable_event_listener">false</bool>
<bool name="config_enable_aod_widget">false</bool>
<bool name="config_enable_signboard_widget">false</bool>
<bool name="window_light_status_bar_dark_action_bar">false</bool>
<bool name="config_theme_is_additional">false</bool>
<bool name="config_actionMenuItemAllCaps">true</bool>
<bool name="not_true">false</bool>
<bool name="config_systemui_feature_allow_vertical_translucent_navigation_bar">false</bool>
<bool name="config_sdcard_encryption_available">false</bool>
<bool name="config_uicc_simnotsupported">false</bool>
<bool name="config_logging_setupwizard_enable">false</bool>
<bool name="config_invert_color_support">true</bool>
<bool name="config_lg_safe_media_volume_enabled">true</bool>
<bool name="config_quick_memo_hotkey_customizing">false</bool>
<bool name="use_homescreen_widget_adaptive_color">true</bool>
<bool name="config_default_encrypt">true</bool>
<bool name="config_use_mdfpp">false</bool>
<bool name="support_smartpouch">false</bool>
<bool name="config_is_using_embedded_battery">true</bool>
<bool name="support_wisescreen">false</bool>
<bool name="floating_action_button_is_overlayed">false</bool>
<bool name="enable_checkbox_fill_with_tint_color">true</bool>
<bool name="enable_raido_button_fill_with_tint_color">true</bool>
<bool name="config_vol_up_toast_enabled">true</bool>
<bool name="config_chameleon_supported">false</bool>
<bool name="config_msim_dsda">false</bool>
<bool name="config_is_additional_full_theme_applied">false</bool>
<bool name="config_is_additional_icon_theme_applied">false</bool>
<bool name="config_vol_up_exit_silent">false</bool>
<item type="bool" name="config_rearside_key">@bool/config_rearside_volume_key</item>
<bool name="config_qslide_enable">true</bool>
<bool name="config_goto_calllog_by_headsethook">false</bool>
<bool name="config_userConfigLedBrightness">false</bool>
<bool name="config_hasBackLed">false</bool>
<bool name="config_hasColorBackLed">false</bool>
<bool name="config_lge_safe_media_volume_enabled">true</bool>
<bool name="config_use_smart_ringtone">false</bool>
<bool name="config_media_vol_extend">true</bool>
<bool name="config_use_mabl">true</bool>
<bool name="config_lcd_oled">true</bool>
<bool name="config_data_encrypt">true</bool>
<bool name="config_sd_encrypt">true</bool>
<bool name="config_kidsmode_available">false</bool>
<bool name="config_enable_chromecast_mirroring">true</bool>
<bool name="config_lgbrowser_widget">true</bool>
<bool name="config_lgbrowser_3x2_widget">true</bool>
<bool name="config_lgbrowser_websearch">false</bool>
<bool name="config_lgbrowser_websearch_default">true</bool>
<bool name="config_integrity_enabled">true</bool>
<bool name="config_lgima_enabled">true</bool>
<bool name="config_knockon_available">true</bool>
<bool name="config_knock_off_available">false</bool>
<bool name="config_folder_phone">false</bool>
<bool name="config_miniactivity_enabled">false</bool>
<bool name="config_lgcamera_persistent">true</bool>
<bool name="config_support_sdp">true</bool>
<bool name="config_fourth_key_sharing_available">false</bool>
<bool name="config_sim_switch_key_available">false</bool>
<bool name="config_volumeKeyDoublePress">true</bool>
<bool name="config_use_rndisdriver">true</bool>
<bool name="config_use_no_multiple_conf">false</bool>
<bool name="config_switch_mouse_buttons">true</bool>
<bool name="config_use_uaprofile_random_path">true</bool>
<bool name="config_opera_ringtone">true</bool>
<bool name="config_roaming_ltewifi">false</bool>
<bool name="config_two_phone">false</bool>
<bool name="config_shaking_gesture">false</bool>
<bool name="config_editor_reverse_handle_available">true</bool>
<bool name="config_cliptray_available">true</bool>
<bool name="config_support_vzw_pco">false</bool>
<bool name="config_vzw_prepaid_phone">false</bool>
<bool name="config_clockmanager_enabled">false</bool>
<bool name="config_cliptray_lock_delete_available">true</bool>
<bool name="config_cliptray_low_memory_enable">false</bool>
<bool name="config_support_wisescreen">false</bool>
<bool name="config_support_smartpouch">false</bool>
<bool name="config_hasOneColorLed">false</bool>
<bool name="config_hide_navigation">true</bool>
<bool name="config_front_menu_or_recent_key">false</bool>
<bool name="config_support_readermode">true</bool>
<bool name="config_support_verizonavs">false</bool>
<bool name="config_chameleon_sysprop_carrierid_enabled">false</bool>
<bool name="config_improveLCDWhiteSpot">false</bool>
<bool name="config_notify_pdk_status">false</bool>
<bool name="config_using_knockon_knockcode">false</bool>
<bool name="config_private_log_disable">false</bool>
<bool name="config_support_gota_serial_number">true</bool>
<bool name="config_recents_app_grid_view">true</bool>
<bool name="config_smart_battery">false</bool>
<bool name="config_enable_transit_duration">false</bool>
<bool name="config_emergency_launcher_available">false</bool>
<bool name="config_spc_check">false</bool>
<bool name="config_support_softphone">false</bool>
<bool name="config_spc_freeze_reboot">false</bool>
<bool name="config_usePowerOffAlarm">false</bool>
<bool name="config_readermode_sw_grayscale">true</bool>
<bool name="config_image_quality_enhancement">false</bool>
<bool name="config_is_using_embedded_battery_with_cover">false</bool>
<bool name="config_main_aod_enabled">false</bool>
<bool name="config_main_aod_mipi_enabled">false</bool>
<bool name="config_poled_aod_enabled">true</bool>
<bool name="config_quick_memo_preinstalled">true</bool>
<bool name="config_launch_dual_window_by_back_long_pressed">false</bool>
<bool name="config_miniview_supported">true</bool>
<bool name="config_model_joan">true</bool>
<bool name="config_is_using_regulatory_safety">true</bool>
<bool name="config_is_using_elabel_global_fccid">false</bool>
<bool name="config_support_SRLTE">false</bool>
<bool name="config_using_hardware_camera_key">false</bool>
<bool name="config_notify_revoke_legacy_permissions">true</bool>
<bool name="config_support_vpp_hqv">false</bool>
<bool name="config_display_Testmode_NotQfused">false</bool>
<bool name="config_navigation_hide_anim_easeinout">true</bool>
<bool name="config_notch_display_enabled">false</bool>
<bool name="config_enable_tethering_trf_vzw">false</bool>
<bool name="config_rearside_volume_key">false</bool>
<bool name="config_rearside_power_key">true</bool>
<bool name="config_is_default_landscape">false</bool>
<bool name="config_use_windowsblur">true</bool>
<bool name="config_support_RFRPE_AOL">true</bool>
<bool name="config_support_usb_power_hint">false</bool>
<bool name="config_disable_lg_permission_ui">true</bool>
<bool name="config_support_kickstand">false</bool>
<bool name="config_dreamsActivatedOnKickstandByDefault">false</bool>
<bool name="config_canada_splock_available">false</bool>
<bool name="config_use_lg_multi_alc">true</bool>
<bool name="config_isSIMUnlockCodeLength_8">false</bool>
<bool name="config_using_builtin_pen">false</bool>
<bool name="config_use_camera_burstshot">true</bool>
<bool name="config_set_virtual_display_size">false</bool>
<bool name="config_use_roundcorner_mask">false</bool>
<bool name="config_retailmode_enabled">false</bool>
<bool name="config_enable_persistent">true</bool>
<bool name="config_enable_aod_service">true</bool>
<bool name="config_adjust_touch_rate_qmemo">false</bool>
<bool name="config_enable_appwidget_service">false</bool>
<bool name="config_enable_cover_service">false</bool>
<bool name="config_enable_event_service">true</bool>
<bool name="config_disableVibratorFeedback">false</bool>
<bool name="config_cat_activate_support">false</bool>
<bool name="config_enableWaterproof">false</bool>
<bool name="config_supportStkVolte">false</bool>
<bool name="config_uicc_spcs_simlock_support">false</bool>
<bool name="config_support_extended_comfortview">true</bool>
<bool name="config_support_blank_surface">true</bool>
<bool name="config_icon_frame_supports">true</bool>
<bool name="config_always_cover_enabled">false</bool>
<bool name="config_power_restart_action_available">false</bool>
<bool name="use_fixed_density">false</bool>
<bool name="config_glove_mode_enabled">false</bool>
<bool name="config_home_key_exception_in_ecm_mode">false</bool>
<bool name="config_power_key_screen_on_in_calling">true</bool>
<bool name="config_power_volumedown_reset">true</bool>
<bool name="config_support_screenmode">true</bool>
<bool name="config_hold_call_by_powerkey">false</bool>
<bool name="config_support_resolutionswitchmode">true</bool>
<bool name="config_touchscreen_turn_on_button_light">false</bool>
<bool name="config_wfd_splink_screen_off">true</bool>
<bool name="config_is_not_use_embedded_battery_show_HW_info">false</bool>
<bool name="config_support_forced_poweroff">false</bool>
<bool name="config_lowpassfilter_disable">true</bool>
<bool name="config_capp_touch_flick_noti_available">true</bool>
<bool name="config_support_touch_event_filter">true</bool>
<bool name="config_touch_slop_separation_available">true</bool>
<bool name="config_touch_drum_effect_available">true</bool>
<bool name="config_scaleYCoordinateOfMotionEventInSecondScreen">false</bool>
<bool name="config_transferMotionEventToStatusBar">false</bool>
<bool name="config_LedOnEvenWhenLcdOn">false</bool>
<bool name="config_useLedAutoBrightness">false</bool>
<bool name="config_hasMultiRearLedModel">false</bool>
<bool name="config_enable_exceptionalLed">false</bool>
<bool name="config_support_secret_mode">false</bool>
<bool name="config_volumeKeyLongPress">false</bool>
<bool name="config_quick_memo_hotkey_long_enable">false</bool>
<bool name="config_enable_knockcode">true</bool>
<bool name="config_quick_memo_hotkey_double_enable">false</bool>
<bool name="config_smart_rear_key_screenshot_guide_supported">true</bool>
<bool name="config_smart_rear_key_screenshot_default_on">true</bool>
<bool name="config_support_070_collect_log_lgu">false</bool>
<bool name="config_LGInputEventListener_available">false</bool>
<bool name="config_shutdown_soc_zero">false</bool>
<bool name="config_support_shutdown_animation_landscape">false</bool>
<bool name="config_fast_current_consume">true</bool>
<bool name="config_support_abs">true</bool>
<bool name="config_support_sre">false</bool>
<bool name="config_use_screen_auto_brightness_adjustment">true</bool>
<bool name="config_use_lg_multi_alc_ai">false</bool>
<bool name="config_lgui_global_actions_dialog">true</bool>
<bool name="support_devicelock">false</bool>
<bool name="config_forced_off_before_activation">true</bool>
<bool name="config_forced_off_before_activation_model_request">false</bool>
<bool name="config_support_battery_cycle">false</bool>
<bool name="config_aod_blackframe">false</bool>
<bool name="config_using_doze_display_state">true</bool>
<bool name="config_enable_power_hint_for_ime">false</bool>
<bool name="config_block_alc_landscape_proximity">true</bool>
<bool name="config_support_smartaod">true</bool>
<bool name="config_support_sld">false</bool>
<bool name="config_battery_swap_feature_enabled">false</bool>
<bool name="config_support_switching_video_mode">false</bool>
<bool name="config_support_extended_battery_saving">true</bool>
<bool name="config_support_high_luminance">true</bool>
<bool name="config_enable_suggestion_card">true</bool>
<bool name="config_support_aod_brighter_display">true</bool>
<bool name="APKTOOL_DUMMY_db">false</bool>
<bool name="APKTOOL_DUMMY_dc">false</bool>
<bool name="APKTOOL_DUMMY_dd">false</bool>
<bool name="APKTOOL_DUMMY_de">false</bool>
<bool name="APKTOOL_DUMMY_df">false</bool>
<bool name="APKTOOL_DUMMY_e0">false</bool>
<bool name="APKTOOL_DUMMY_e1">false</bool>
<bool name="APKTOOL_DUMMY_e2">false</bool>
<bool name="APKTOOL_DUMMY_e3">false</bool>
<bool name="APKTOOL_DUMMY_e4">false</bool>
<bool name="APKTOOL_DUMMY_e5">false</bool>
<bool name="APKTOOL_DUMMY_e6">false</bool>
<bool name="APKTOOL_DUMMY_e7">false</bool>
<bool name="APKTOOL_DUMMY_e8">false</bool>
<bool name="APKTOOL_DUMMY_e9">false</bool>
<bool name="APKTOOL_DUMMY_ea">false</bool>
</resources>
Related
prejudice would like to change a simple setting png as a background but I do not know how to do .... the value of style.xml is simply this
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="AppTheme" parent="@android:style/Theme.Light" />
</resources>
how can I do ?
massinegro204 said:
prejudice would like to change a simple setting png as a background but I do not know how to do .... the value of style.xml is simply this
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="AppTheme" parent="@android:style/Theme.Light" />
</resources>
how can I do ?
Click to expand...
Click to collapse
I'm not really sure what or how you're trying to do this, but if i'm following you right you could do something like this
Code:
<style name="AppTheme" parent="@android:style/Theme.Light">
<item name="windowBackground">@drawable/app_theme_background</item>
</style>
app_theme_background being your xml in drawable that defines the drawable/s
Here's the original xml from framework drawable (screen_background_selector_light.xml)
Code:
<?xml version="1.0" encoding="utf-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/screen_background_light" android:state_accelerated="false" />
<item android:drawable="@drawable/background_holo_light" />
</selector>
'screen_background_light' or whatever you wish to name it...being your alternative hex color in values/drawables (guessing that's for slower devices or something)
'background_holo_light' or whatever you wish to name it being your alternative background image.
Something is way off with my recompile with apktool. The framework-res.apk is 600k smaller than it should be. I am editing framework-res\res\values\integers.xml
line
<integer name="config_backKillTimeout">2000</integer>
to
<integer name="config_backKillTimeout">400</integer>
this is from slimrom
Hello folks, here's a new thread with a different idea, tips for mastering Modding Xperia Home Grid & Dock Icons, You may have seen my Xperia Launcher Mods, and i got a lot of requests for how to make it, there are guides for ready values, but not for the way ? or how can i know the right values? So in this guide i show you how .
Index :
Changing Rows & Related Cells .
Changing Columns & Related Cells .
Changing Dock Icons .
Info :
Xperia Launcher Comes With Ready Values For Different DPI, You Gonna Modify Your Default Screen DPI Values & " Values " folder .
You Must Know How To Decompile / Recompile / Sign .
You Must Know What's Your Device DPI, Because We Gonna Modify 2 Folders, "values-swyourdp" and " values " .
There Are 2 Ways to modify, Easy & Hard, Hard Below, Easy is to copy ready values from other "values-swdp" and replace it with yours .
Let's Start, With values & values-sw480 for example ( Xperia Z1 ) :
Changing Apptray Columns & Rows By 1
Let's see my default values in the following folder : res/values-sw480dp
dimens : apptray_cell_width : 112 dip | apptray_cell_height : 116dip
integers : apptray_grid_rows : 6 | apptray_grid_columns : 5 .
Now, We need to know what's the cell height & width for every row & column, Here's How :
Grid Rows : 6 / Cell Height : 116 => 116 / 6 = 19.3, it means for every row we gonna add, we must minus " 116 " with " 19.3 " .
Grid Columns : 5 / Cell Width : 112 ==> 112 / 5 = 22.4, it means for every column we gonna add, we must minus "112" with " 22.4" .
So, Here's An Example :
Rows : 7 , Columns 6 => Cell Height : 96.7, Cell Width : 89.6 .
Easy, right ? Make the same for Desktop Cells & Grid in integers & dimens files, in both "values" and " values-swyourdp " .
Changing Dock Icons, Let's Take XZ1 Again For Example, We Need To Modify The Same Files In The Same Folders ( values & values-swyoudp ) .
stage_grid_columns : 5
max_stage_items : 4
stage_cell_width : 96
stage_cell_height : 116
So, I want to make it 7 Dock Icons, What i'm gonna do ? the same as above, Here's How :
Cell Width : 96 / 5 = 19.2 | Cell Height : 116 / 5 = 23.2 | For Every Icon You need to minus it just like above, So it the values will be like this :
stage_grid_columns : 7
max_stage_items : 6
stage_cell_width : 57.6
stage_cell_height : 69.6
Smooth & Easy, All what you need is a calculator :silly:, I've minus it twice because I've added 2 icons .
Notes :
For Dock Icons, You Have To Modify " Stage Icon Size " & " Stage Text Size " .
For AppTray & Desktop, You Have To Modify " Text Size " for Apptray & Desktop .
Hope these tips help you out with Modding Xperia Launcher .
Desktop Cells / Grid Modding is the same as Apptray .
Don't forget, you need to modify 2 folders, Default " values " and " values-swyourdp " .
Happy Modding!
Nice guide bro ^^
Yes nice guide. Maybe you know how to make colour background in app drawer.
Wysłane z mojego Nexus 5 przy użyciu Tapatalka
Thanks bro
omikron20 said:
Yes nice guide. Maybe you know how to make colour background in app drawer.
Wysłane z mojego Nexus 5 przy użyciu Tapatalka
Click to expand...
Click to collapse
Check colors / drawables xml files in "values" folder.
abo hani said:
Check colors / drawables xml files in "values" folder.
Click to expand...
Click to collapse
OK thank. But wat I must search in this xmls you know ?
omikron20 said:
OK thank. But wat I must search in this xmls you know ?
Click to expand...
Click to collapse
"background"
"apptray"
"bg"
abo hani said:
"background"
"apptray"
"bg"
Click to expand...
Click to collapse
Nothing work. But thanks for help.
Wysłane z mojego Nexus 5 przy użyciu Tapatalka
omikron20 said:
Nothing work. But thanks for help.
Wysłane z mojego Nexus 5 przy użyciu Tapatalka
Click to expand...
Click to collapse
It's in colors.xml " apptray background '
Sent from my C6903 using Tapatalk
abo hani said:
It's in colors.xml " apptray background '
Sent from my C6903 using Tapatalk
Click to expand...
Click to collapse
I don't have it. It's my colors.xml below. I change "background_dim_color" but is change background everywhere, not only under apps.
Code:
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="abc_input_method_navigation_guard">@android:color/black</color>
<color name="abc_search_url_text_normal">#ff7fa87f</color>
<color name="abc_search_url_text_pressed">@android:color/black</color>
<color name="abc_search_url_text_selected">@android:color/black</color>
<color name="accent_material_dark">@color/material_deep_teal_200</color>
<color name="accent_material_light">@color/material_deep_teal_500</color>
<color name="actionbar_pressed_color">#33ffffff</color>
<color name="apptray_drawer_badge_text_color">@null</color>
<color name="apptray_drawer_text_color">@null</color>
<color name="apptray_drop_zone_text_color">#ffffffff</color>
<color name="apptray_drop_zone_text_shadow_color">#ff000000</color>
<color name="apptray_search_activity_hint_text_color">#50ffffff</color>
<color name="apptray_search_activity_suggestion_primary_color">#bb000000</color>
<color name="apptray_search_activity_text_color">#ffffffff</color>
<color name="apptray_text_color">@color/desktop_text_color</color>
<color name="apptray_text_shadow_color">@color/desktop_text_shadow_color</color>
<color name="background_dim_color">#99000000</color>
<color name="background_floating_material_dark">@color/material_grey_800</color>
<color name="background_floating_material_light">@android:color/white</color>
<color name="background_material_dark">@color/material_grey_850</color>
<color name="background_material_light">@color/material_grey_50</color>
<color name="bright_foreground_disabled_material_dark">#80ffffff</color>
<color name="bright_foreground_disabled_material_light">#80000000</color>
<color name="bright_foreground_inverse_material_dark">@color/bright_foreground_material_light</color>
<color name="bright_foreground_inverse_material_light">@color/bright_foreground_material_dark</color>
<color name="bright_foreground_material_dark">@android:color/white</color>
<color name="bright_foreground_material_light">@android:color/black</color>
<color name="button_material_dark">#ff5a595b</color>
<color name="button_material_light">#ffd6d7d7</color>
<color name="common_action_bar_splitter">#ffd2d2d2</color>
<color name="common_signin_btn_dark_text_default">@android:color/white</color>
<color name="common_signin_btn_dark_text_disabled">#ffaaaaaa</color>
<color name="common_signin_btn_dark_text_focused">@android:color/white</color>
<color name="common_signin_btn_dark_text_pressed">@android:color/white</color>
<color name="common_signin_btn_default_background">#ffdd4b39</color>
<color name="common_signin_btn_light_text_default">#ff737373</color>
<color name="common_signin_btn_light_text_disabled">#ffaaaaaa</color>
<color name="common_signin_btn_light_text_focused">#ff737373</color>
<color name="common_signin_btn_light_text_pressed">@android:color/white</color>
<color name="cui_grid_divider_color">#30ffffff</color>
<color name="delete_dropzone_text_color">#ffffffff</color>
<color name="delete_dropzone_text_shadow_color">#ff000000</color>
<color name="design_fab_shadow_end_color">@android:color/transparent</color>
<color name="design_fab_shadow_mid_color">#14000000</color>
<color name="design_fab_shadow_start_color">#44000000</color>
<color name="design_fab_stroke_end_inner_color">#0a000000</color>
<color name="design_fab_stroke_end_outer_color">#0f000000</color>
<color name="design_fab_stroke_top_inner_color">#1affffff</color>
<color name="design_fab_stroke_top_outer_color">#2effffff</color>
<color name="design_snackbar_background_color">#ff323232</color>
<color name="design_textinput_error_color">#ffdd2c00</color>
<color name="desktop_text_color">#ff000000</color>
<color name="desktop_text_shadow_color">#b0000000</color>
<color name="desktop_tip_info_text_color">#ff000000</color>
<color name="desktop_tip_title_text_color">#ff40a7ff</color>
<color name="dim_foreground_disabled_material_dark">#80bebebe</color>
<color name="dim_foreground_disabled_material_light">#80323232</color>
<color name="dim_foreground_material_dark">#ffbebebe</color>
<color name="dim_foreground_material_light">#ff323232</color>
<color name="drop_hint_color">#ffffffff</color>
<color name="foreground_material_dark">@android:color/white</color>
<color name="foreground_material_light">@android:color/black</color>
<color name="highlighted_text_material_dark">#6680cbc4</color>
<color name="highlighted_text_material_light">#66009688</color>
<color name="hint_foreground_material_dark">@color/bright_foreground_disabled_material_dark</color>
<color name="hint_foreground_material_light">@color/bright_foreground_disabled_material_light</color>
<color name="home_badge_text_color">#ffa86600</color>
<color name="material_blue_grey_800">#ff37474f</color>
<color name="material_blue_grey_900">#ff263238</color>
<color name="material_blue_grey_950">#ff21272b</color>
<color name="material_deep_teal_200">#ff80cbc4</color>
<color name="material_deep_teal_500">#ff009688</color>
<color name="material_grey_100">#fff5f5f5</color>
<color name="material_grey_300">#ffe0e0e0</color>
<color name="material_grey_50">#fffafafa</color>
<color name="material_grey_600">#ff757575</color>
<color name="material_grey_800">#ff424242</color>
<color name="material_grey_850">#ff303030</color>
<color name="material_grey_900">#ff212121</color>
<color name="open_folder_header_text_color">#ff4c4c4c</color>
<color name="open_folder_item_text_color">#ff4c4c4c</color>
<color name="open_folder_item_text_color_old">#ffffffff</color>
<color name="primary_dark_material_dark">@android:color/black</color>
<color name="primary_dark_material_light">@color/material_grey_600</color>
<color name="primary_material_dark">@color/material_grey_900</color>
<color name="primary_material_light">@color/material_grey_100</color>
<color name="primary_text_default_material_dark">#ffffffff</color>
<color name="primary_text_default_material_light">#de000000</color>
<color name="primary_text_disabled_material_dark">#4dffffff</color>
<color name="primary_text_disabled_material_light">#39000000</color>
<color name="ripple_material_dark">#42ffffff</color>
<color name="ripple_material_light">#1f000000</color>
<color name="search_activity_background_dim_color">@color/background_dim_color</color>
<color name="search_activity_hint_text_color">#50ffffff</color>
<color name="search_activity_text_color">#ffffffff</color>
<color name="search_suggestion_item_text_color">#ffffffff</color>
<color name="search_suggestion_item_text_shadow_color">#b0000000</color>
<color name="secondary_text_default_material_dark">#b3ffffff</color>
<color name="secondary_text_default_material_light">#8a000000</color>
<color name="secondary_text_disabled_material_dark">#36ffffff</color>
<color name="secondary_text_disabled_material_light">#24000000</color>
<color name="stage_text_color">@color/desktop_text_color</color>
<color name="stage_text_shadow_color">@color/desktop_text_shadow_color</color>
<color name="switch_thumb_disabled_material_dark">#ff616161</color>
<color name="switch_thumb_disabled_material_light">#ffbdbdbd</color>
<color name="switch_thumb_normal_material_dark">#ffbdbdbd</color>
<color name="switch_thumb_normal_material_light">#fff1f1f1</color>
<color name="tutorial_background_color">#ca0d0d0d</color>
<item type="color" name="common_signin_btn_text_dark">false</item>
<item type="color" name="common_signin_btn_text_light">false</item>
</resources>
omikron20 said:
I don't have it. It's my colors.xml below. I change "background_dim_color" but is change background everywhere, not only under apps.
Code:
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="abc_input_method_navigation_guard">@android:color/black</color>
<color name="abc_search_url_text_normal">#ff7fa87f</color>
<color name="abc_search_url_text_pressed">@android:color/black</color>
<color name="abc_search_url_text_selected">@android:color/black</color>
<color name="accent_material_dark">@color/material_deep_teal_200</color>
<color name="accent_material_light">@color/material_deep_teal_500</color>
<color name="actionbar_pressed_color">#33ffffff</color>
<color name="apptray_drawer_badge_text_color">@null</color>
<color name="apptray_drawer_text_color">@null</color>
<color name="apptray_drop_zone_text_color">#ffffffff</color>
<color name="apptray_drop_zone_text_shadow_color">#ff000000</color>
<color name="apptray_search_activity_hint_text_color">#50ffffff</color>
<color name="apptray_search_activity_suggestion_primary_color">#bb000000</color>
<color name="apptray_search_activity_text_color">#ffffffff</color>
<color name="apptray_text_color">@color/desktop_text_color</color>
<color name="apptray_text_shadow_color">@color/desktop_text_shadow_color</color>
<color name="background_dim_color">#99000000</color>
<color name="background_floating_material_dark">@color/material_grey_800</color>
<color name="background_floating_material_light">@android:color/white</color>
<color name="background_material_dark">@color/material_grey_850</color>
<color name="background_material_light">@color/material_grey_50</color>
<color name="bright_foreground_disabled_material_dark">#80ffffff</color>
<color name="bright_foreground_disabled_material_light">#80000000</color>
<color name="bright_foreground_inverse_material_dark">@color/bright_foreground_material_light</color>
<color name="bright_foreground_inverse_material_light">@color/bright_foreground_material_dark</color>
<color name="bright_foreground_material_dark">@android:color/white</color>
<color name="bright_foreground_material_light">@android:color/black</color>
<color name="button_material_dark">#ff5a595b</color>
<color name="button_material_light">#ffd6d7d7</color>
<color name="common_action_bar_splitter">#ffd2d2d2</color>
<color name="common_signin_btn_dark_text_default">@android:color/white</color>
<color name="common_signin_btn_dark_text_disabled">#ffaaaaaa</color>
<color name="common_signin_btn_dark_text_focused">@android:color/white</color>
<color name="common_signin_btn_dark_text_pressed">@android:color/white</color>
<color name="common_signin_btn_default_background">#ffdd4b39</color>
<color name="common_signin_btn_light_text_default">#ff737373</color>
<color name="common_signin_btn_light_text_disabled">#ffaaaaaa</color>
<color name="common_signin_btn_light_text_focused">#ff737373</color>
<color name="common_signin_btn_light_text_pressed">@android:color/white</color>
<color name="cui_grid_divider_color">#30ffffff</color>
<color name="delete_dropzone_text_color">#ffffffff</color>
<color name="delete_dropzone_text_shadow_color">#ff000000</color>
<color name="design_fab_shadow_end_color">@android:color/transparent</color>
<color name="design_fab_shadow_mid_color">#14000000</color>
<color name="design_fab_shadow_start_color">#44000000</color>
<color name="design_fab_stroke_end_inner_color">#0a000000</color>
<color name="design_fab_stroke_end_outer_color">#0f000000</color>
<color name="design_fab_stroke_top_inner_color">#1affffff</color>
<color name="design_fab_stroke_top_outer_color">#2effffff</color>
<color name="design_snackbar_background_color">#ff323232</color>
<color name="design_textinput_error_color">#ffdd2c00</color>
<color name="desktop_text_color">#ff000000</color>
<color name="desktop_text_shadow_color">#b0000000</color>
<color name="desktop_tip_info_text_color">#ff000000</color>
<color name="desktop_tip_title_text_color">#ff40a7ff</color>
<color name="dim_foreground_disabled_material_dark">#80bebebe</color>
<color name="dim_foreground_disabled_material_light">#80323232</color>
<color name="dim_foreground_material_dark">#ffbebebe</color>
<color name="dim_foreground_material_light">#ff323232</color>
<color name="drop_hint_color">#ffffffff</color>
<color name="foreground_material_dark">@android:color/white</color>
<color name="foreground_material_light">@android:color/black</color>
<color name="highlighted_text_material_dark">#6680cbc4</color>
<color name="highlighted_text_material_light">#66009688</color>
<color name="hint_foreground_material_dark">@color/bright_foreground_disabled_material_dark</color>
<color name="hint_foreground_material_light">@color/bright_foreground_disabled_material_light</color>
<color name="home_badge_text_color">#ffa86600</color>
<color name="material_blue_grey_800">#ff37474f</color>
<color name="material_blue_grey_900">#ff263238</color>
<color name="material_blue_grey_950">#ff21272b</color>
<color name="material_deep_teal_200">#ff80cbc4</color>
<color name="material_deep_teal_500">#ff009688</color>
<color name="material_grey_100">#fff5f5f5</color>
<color name="material_grey_300">#ffe0e0e0</color>
<color name="material_grey_50">#fffafafa</color>
<color name="material_grey_600">#ff757575</color>
<color name="material_grey_800">#ff424242</color>
<color name="material_grey_850">#ff303030</color>
<color name="material_grey_900">#ff212121</color>
<color name="open_folder_header_text_color">#ff4c4c4c</color>
<color name="open_folder_item_text_color">#ff4c4c4c</color>
<color name="open_folder_item_text_color_old">#ffffffff</color>
<color name="primary_dark_material_dark">@android:color/black</color>
<color name="primary_dark_material_light">@color/material_grey_600</color>
<color name="primary_material_dark">@color/material_grey_900</color>
<color name="primary_material_light">@color/material_grey_100</color>
<color name="primary_text_default_material_dark">#ffffffff</color>
<color name="primary_text_default_material_light">#de000000</color>
<color name="primary_text_disabled_material_dark">#4dffffff</color>
<color name="primary_text_disabled_material_light">#39000000</color>
<color name="ripple_material_dark">#42ffffff</color>
<color name="ripple_material_light">#1f000000</color>
<color name="search_activity_background_dim_color">@color/background_dim_color</color>
<color name="search_activity_hint_text_color">#50ffffff</color>
<color name="search_activity_text_color">#ffffffff</color>
<color name="search_suggestion_item_text_color">#ffffffff</color>
<color name="search_suggestion_item_text_shadow_color">#b0000000</color>
<color name="secondary_text_default_material_dark">#b3ffffff</color>
<color name="secondary_text_default_material_light">#8a000000</color>
<color name="secondary_text_disabled_material_dark">#36ffffff</color>
<color name="secondary_text_disabled_material_light">#24000000</color>
<color name="stage_text_color">@color/desktop_text_color</color>
<color name="stage_text_shadow_color">@color/desktop_text_shadow_color</color>
<color name="switch_thumb_disabled_material_dark">#ff616161</color>
<color name="switch_thumb_disabled_material_light">#ffbdbdbd</color>
<color name="switch_thumb_normal_material_dark">#ffbdbdbd</color>
<color name="switch_thumb_normal_material_light">#fff1f1f1</color>
<color name="tutorial_background_color">#ca0d0d0d</color>
<item type="color" name="common_signin_btn_text_dark">false</item>
<item type="color" name="common_signin_btn_text_light">false</item>
</resources>
Click to expand...
Click to collapse
Here's Stock Old Home - Colors.xml :
<color name="apptray_background_color">#99000000</color>
New Z5 Home - You need to dig in Styles.xml file in values & values-v21 folders, and look for HomeTheme or something related to it, and you will find " android:background " with the value beside it.
I try to built a preference screen with a toolbar, but I got some issues:
- There is a word "main". How can I remove it?
- The status bar is white. I want it to look like my main screen (same theme). Somehow it does not apply the color
- The toolbar overlays the content. I tried a a layout_marginTop on the list view, but it does not change anything.
Here is the code of my activity_settings.xml:
Code:
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:orientation="vertical">
<android.support.v7.widget.Toolbar
android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
android:background="@color/colorPrimary"
app:navigationIcon="?attr/homeAsUpIndicator"
app:title="@string/action_settings"
android:theme="@style/ThemeOverlay.AppCompat.Dark" />
<ListView
android:id="@android:id/list"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginTop="?attr/actionBarSize"/>
</LinearLayout>
This is the AndroidManifest entry:
Code:
<activity
android:name=".activities.SettingsActivity"
android:label="@string/activity_settings"
android:theme="@style/AppTheme.NoActionBar" />
Can anybody help me?
Why don't you link the manifest of the 2 activities to the same style theme?
--------------------------
I keep track of your replies with my android devices using the app "Tapatalk".
What do you mean? Can you please give me a short example? Thank you!
He wants both of the activity to have the same theme. You have to do it in the manifest. Also to remove main, you have to set android:label=""
To change the status bar color, change color for colorPrimaryDark in color.xml
Hi everyone, I never really liked the shape that the analogue clock from the lockscreen had so I gave a try to make it less squarey and more circular... And now I wanted to share it with you... Try it AT YOUR OWN RISK, always make a Backup first.
What you need:
- Advanced ApkTool installed (Java installed as well, so ApkTool can work)
- Notepad++
- SystemUI (you can get it at system/priv app/systemui)
- Make a Nandroid Backup just in case (it never hurts to make one)
- Knowledge on compiling and recompiling
- Follow my guide patiently and carefully
Instructions:
Decompile SystemUI.apk and go to res/values/dimens.xml
Search for this
Code:
<dimen name="somc_analog_clock_ellipse_depth_full_size">10.0dip</dimen>
<dimen name="somc_analog_clock_ellipse_depth_smaller">9.5dip</dimen>
<dimen name="somc_analog_clock_ellipse_depth_larger">11.0dip</dimen>
<dimen name="somc_analog_clock_hour_hand_length_full_size">55.0dip</dimen>
<dimen name="somc_analog_clock_hour_hand_length_smaller">52.25dip</dimen>
<dimen name="somc_analog_clock_hour_hand_length_larger">60.5dip</dimen>
<dimen name="somc_analog_clock_hour_hand_thickness_full_size">6.5dip</dimen>
<dimen name="somc_analog_clock_hour_hand_thickness_smaller">6.174988dip</dimen>
<dimen name="somc_analog_clock_hour_hand_thickness_larger">7.0999756dip</dimen>
<dimen name="somc_analog_clock_minute_hand_length_full_size">95.0dip</dimen>
<dimen name="somc_analog_clock_minute_hand_length_smaller">90.25dip</dimen>
<dimen name="somc_analog_clock_minute_hand_length_larger">104.5dip</dimen>
<dimen name="somc_analog_clock_minute_hand_thickness_full_size">3.25dip</dimen>
<dimen name="somc_analog_clock_minute_hand_thickness_smaller">3.087494dip</dimen>
<dimen name="somc_analog_clock_minute_hand_thickness_larger">3.5749817dip</dimen>
And change those with the following lines (you can copy and paste)
Code:
<dimen name="somc_analog_clock_ellipse_depth_full_size">2.0dip</dimen>
<dimen name="somc_analog_clock_ellipse_depth_smaller">1.5dip</dimen>
<dimen name="somc_analog_clock_ellipse_depth_larger">1.0dip</dimen>
<dimen name="somc_analog_clock_hour_hand_length_full_size">50.0dip</dimen>
<dimen name="somc_analog_clock_hour_hand_length_smaller">50.0dip</dimen>
<dimen name="somc_analog_clock_hour_hand_length_larger">50.5dip</dimen>
<dimen name="somc_analog_clock_hour_hand_thickness_full_size">4.5dip</dimen>
<dimen name="somc_analog_clock_hour_hand_thickness_smaller">4.174988dip</dimen>
<dimen name="somc_analog_clock_hour_hand_thickness_larger">4.0999756dip</dimen>
<dimen name="somc_analog_clock_minute_hand_length_full_size">70.0dip</dimen>
<dimen name="somc_analog_clock_minute_hand_length_smaller">70.25dip</dimen>
<dimen name="somc_analog_clock_minute_hand_length_larger">70.5dip</dimen>
<dimen name="somc_analog_clock_minute_hand_thickness_full_size">1.25dip</dimen>
<dimen name="somc_analog_clock_minute_hand_thickness_smaller">1.0874939dip</dimen>
<dimen name="somc_analog_clock_minute_hand_thickness_larger">1.5749817dip</dimen>
Search for this
Code:
<dimen name="somc_analog_clock_tick_radius_full_size">127.0dip</dimen>
<dimen name="somc_analog_clock_tick_radius_smaller">120.649994dip</dimen>
<dimen name="somc_analog_clock_tick_radius_larger">139.69998dip</dimen>
<dimen name="somc_analog_clock_tick_width_full_size">2.0dip</dimen>
<dimen name="somc_analog_clock_tick_width_smaller">1.8999939dip</dimen>
<dimen name="somc_analog_clock_tick_width_larger">2.1999817dip</dimen>
<dimen name="somc_analog_clock_center_size_full_size">33.0dip</dimen>
<dimen name="somc_analog_clock_center_size_smaller">31.349976dip</dimen>
<dimen name="somc_analog_clock_center_size_larger">36.299988dip</dimen>
<dimen name="somc_analog_clock_center_stroke_width_full_size">2.0dip</dimen>
<dimen name="somc_analog_clock_center_stroke_width_smaller">1.8999939dip</dimen>
<dimen name="somc_analog_clock_center_stroke_width_larger">2.1999817dip</dimen>
And replace with this
Code:
<dimen name="somc_analog_clock_tick_radius_full_size">115.0dip</dimen>
<dimen name="somc_analog_clock_tick_radius_smaller">115.649994dip</dimen>
<dimen name="somc_analog_clock_tick_radius_larger">115.69998dip</dimen>
<dimen name="somc_analog_clock_tick_width_full_size">2.0dip</dimen>
<dimen name="somc_analog_clock_tick_width_smaller">1.8999939dip</dimen>
<dimen name="somc_analog_clock_tick_width_larger">2.1999817dip</dimen>
<dimen name="somc_analog_clock_center_size_full_size">10.0dip</dimen>
<dimen name="somc_analog_clock_center_size_smaller">10.0dip</dimen>
<dimen name="somc_analog_clock_center_size_larger">10.0dip</dimen>
<dimen name="somc_analog_clock_center_stroke_width_full_size">1.0dip</dimen>
<dimen name="somc_analog_clock_center_stroke_width_smaller">1.0dip</dimen>
<dimen name="somc_analog_clock_center_stroke_width_larger">1.0dip</dimen>
Save the changes and recompile SystemUI, push it to its respective folder in system/priv app giving the correct permissions (rw-r-r) and reboot device.
So far I tested in my Xperia Z3 and my Xperia Z1 Compact but I'm guessing it can work for all Xperias running Lollipop... Very important, before trying anything ALWAYS MAKE A BACKUP.
I added pics at the bottom, first is the stock lockscreen clock and second is the modified one.
Hope you guys liked it, please hit the Thanks button if you found my job useful :highfive:
Works great for me, thanks. Can you teach me, how to make the minute of digital clock on lockscreen, light and also remove the seperator. Thanks,
Thank you!!
Could you maybe find a way of making this clock available as a widget to put on the home screen and not only in the lockscreen?
I really like it but I can only have it in lockscreen.
Kran007 said:
Works great for me, thanks. Can you teach me, how to make the minute of digital clock on lockscreen, light and also remove the seperator. Thanks,
Click to expand...
Click to collapse
@Kran007 I found a guide right here, hope it helps
http://forum.xda-developers.com/xperia-m2/themes-apps/tut-changing-lockscreen-clock-hour-t3226363
Gaugamela said:
Could you maybe find a way of making this clock available as a widget to put on the home screen and not only in the lockscreen?
I really like it but I can only have it in lockscreen.
Click to expand...
Click to collapse
@Gaugamela I'll try, my computer's been kinda broken lately but when it gets better I'll try to
Cool! Thanks a lot, I hope you can make it. I can't find any analog clock that looks as nice and I dont understand why we can have it in the lockscreen and not on the homescreen.
MarianaLovegood said:
@Kran007 I found a guide right here, hope it helps
http://forum.xda-developers.com/xperia-m2/themes-apps/tut-changing-lockscreen-clock-hour-t3226363
Finally, I found it, Many Thanks ? Just add another item for textstyle:Bold. Thanks for your help ?
Click to expand...
Click to collapse
is it possible to change tha clock on statusbar_expanded_header to digital clock?