Jump to content


Photo

White line under lock screen clock


  • Please log in to reply
10 replies to this topic

#1 iamhugger

iamhugger

    Member

  • Members
  • PipPip
  • 296 posts
  • Locationsouth dakota
  • Current Device(s):droid razr

Posted 28 February 2013 - 03:13 AM

Going nuts here, anyone know the where about of this? I been searching SystemUI and framework with no luck. This white line is killn my theme!! Tyty (on jb dual booted)

Sent from my DROID RAZR using Tapatalk 2



#2 satman80

satman80

    Gny. Sgt. Hartman

  • Administrator
  • 3,159 posts
  • LocationPluto
  • Current Device(s):Droid Razr HD Maxx, Moto X Developer Edition

Posted 28 February 2013 - 05:09 AM

Moving to Droid Razr General [XT912]

Signature Made & Protected by zooyork0721

Posted Image

Site Rules and Guidelines


#3 Guest_24v_*

Guest_24v_*
  • Guests

Posted 28 February 2013 - 05:11 AM

Ok, so I think this may be it, but not sure. In ICS it was much easier.
framework-res.apk/res/drawable-hdpi/divider_horizontal_dark.9.png

I would change that image and see if it does it. If not I will look some more after work.

#4 tucstwo

tucstwo

    www.drdevs.com

  • Administrator
  • 14,435 posts
  • Twitter:tucstwo
  • Google+:tucstwo@gmail.com
  • LocationNJ
  • Current Device(s):LG G3 VS985, Nexus 7 (flo)

Posted 28 February 2013 - 06:38 AM

Moving to theming how-to (new section)

Visit DRDevs.com hosting site for all official Droidrzr.com ROMs, Apps, GApps and other mods/files!!
Please PM me if you need help!
I will be hosting AOSP-Based ROM GApps packages!
Download the most Up-to-Date GApps Packages for AOSP ROMs from me here!


#5 iamhugger

iamhugger

    Member

  • Members
  • PipPip
  • 296 posts
  • Locationsouth dakota
  • Current Device(s):droid razr

Posted 28 February 2013 - 07:29 AM

right, i will give it a shot after work today and let u know
ty

Sent from my DROID RAZR using Tapatalk 2



#6 iamhugger

iamhugger

    Member

  • Members
  • PipPip
  • 296 posts
  • Locationsouth dakota
  • Current Device(s):droid razr

Posted 28 February 2013 - 06:07 PM

well, i went in and deleted that one. no change. i think ill just delete a few more, lol

Sent from my DROID RAZR using Tapatalk 2



#7 tmyinc

tmyinc

    Resident Insomniac

  • News Writer
  • PipPipPipPip
  • 1,276 posts
  • Twitter:TMYINC
  • LocationPA
  • Current Device(s):Razr M, GN2, Nexus 10

Posted 28 February 2013 - 06:19 PM

Under the drawable hdpi check out the ic_lockscreen pngs. I'm still looking but figured a few set of eyes would be quicker.

Sent from my XT907 using Tapatalk 2



#8 BriMcAllister

BriMcAllister

    n00b

  • Members
  • Pip
  • 1 posts
  • Twitter:BriMcAllister
  • Google+:B.E.McAllister

Posted 28 February 2013 - 06:59 PM

I'm not up to it tonight but it is a white line right? Just for poops and giggles try changing the framework-res color white value to another color

Sent from my DROID BIONIC using Tapatalk 2



#9 iamhugger

iamhugger

    Member

  • Members
  • PipPip
  • 296 posts
  • Locationsouth dakota
  • Current Device(s):droid razr

Posted 28 February 2013 - 09:38 PM

G, i gotta b gettn close. gunna check out lock screen png. good idea, ty

Sent from my DROID RAZR using Tapatalk 2



#10 jayrod

jayrod

    Bacon, Cheese & Mod Connoisseur

  • Moderator
  • 6,525 posts
  • LocationWilmington NC
  • Current Device(s):Taimen

Posted 01 March 2013 - 04:31 AM

As I said in PM...I mainly have been in systemUI trying to get transparency. These were the 2 main XMLs I messed with and no longer have the line. I know that the majority of these are for the notification pulldown...but seeing as I only changed maybe 2 in framework so far...I'm pretty sure one of these is it.

Please Login or Register to see this Hidden Content

 

Please Login or Register to see this Hidden Content

  231.01KB   27 downloads


I'm not 100% sure but pretty dang sure

Attached Files



 

 

 


#11 jayrod

jayrod

    Bacon, Cheese & Mod Connoisseur

  • Moderator
  • 6,525 posts
  • LocationWilmington NC
  • Current Device(s):Taimen

Posted 01 March 2013 - 04:41 AM

and this is what I have done in framework...I may have done more but this is the main one so far


<!--?xml version="1.0" encoding="UTF-8"?-->
-<resources> <item name="alert_dark_frame" type="drawable">@drawable/popup_full_dark</item> <item name="alert_light_frame" type="drawable">@drawable/popup_full_bright</item> <item name="dialog_frame" type="drawable">@drawable/panel_background</item> <item name="editbox_dropdown_dark_frame" type="drawable">@drawable/editbox_dropdown_background_dark</item> <item name="editbox_dropdown_light_frame" type="drawable">@drawable/editbox_dropdown_background</item> <item name="menu_frame" type="drawable">@drawable/menu_background</item> <item name="menu_full_frame" type="drawable">@drawable/menu_background_fill_parent_width</item> <item name="stat_notify_sync_noanim" type="drawable">@drawable/stat_notify_sync_anim0</item> <item name="stat_sys_download_done" type="drawable">@drawable/stat_sys_download_done_static</item> <item name="stat_sys_upload_done" type="drawable">@drawable/stat_sys_upload_anim0</item> <item name="screen_background_dark" type="drawable">#00000000</item> <item name="screen_background_light" type="drawable">@*android:color/transparent</item> <item name="screen_background_dark_transparent" type="drawable">#00000000</item> <item name="screen_background_light_transparent" type="drawable">@*android:color/transparent</item> <item name="dialog_holo_dark_frame" type="drawable">@drawable/dialog_full_holo_dark</item> <item name="dialog_holo_light_frame" type="drawable">@drawable/dialog_full_holo_light</item> <item name="status_bar_closed_default_background" type="drawable">#00000000</item> <item name="status_bar_opened_default_background" type="drawable">#00000000</item> <item name="notification_item_background_color" type="drawable">#00000000</item> <item name="notification_item_background_color_pressed" type="drawable">#ff257390</item> <item name="search_bar_default_color" type="drawable">#ff000000</item> <item name="safe_mode_background" type="drawable">@*android:color/transparent</item> <item name="input_method_fullscreen_background" type="drawable">#fff9f9f9</item> <item name="input_method_fullscreen_background_holo" type="drawable">@drawable/screen_background_holo_dark</item> <item name="selected_day_background" type="drawable">#ff0092f4</item> <item name="screen_background_holo_light" type="drawable">@*android:color/transparent</item> <item name="screen_background_holo_dark" type="drawable">#00000000</item> <item name="notification_template_icon_bg" type="drawable">#3333b5e5</item> <item name="notification_template_icon_low_bg" type="drawable">#0cffffff</item> </resources>


 

 

 





0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users