REQUEST Change These colors

Hopper

Active member
Joined
Feb 25, 2023
Messages
141
Awards
2
Offline
Hi been trying to find this in colors.xml but no luck I even coppied the color and used the picker to get the color number and search.
 

Attachments

  • 1678644873594.png
    1678644873594.png
    770.2 KB · Views: 34

FelixSchrodinger

Well-known member
Joined
Jun 17, 2022
Messages
248
Awards
3
Offline
Hi been trying to find this in colors.xml but no luck I even coppied the color and used the picker to get the color number and search.
2 files to have a look at in drawables folder:

shape_small_boxes_layout_focused.xml
shape_small_boxes_layout.xml
 

Hopper

Active member
Joined
Feb 25, 2023
Messages
141
Awards
2
Offline
Hi, thanks for getting back to me on this, but I can only see this one
shape_small_boxes_layout_focused.xml
Got the string below and searched for that color but did not find it.
Also checked color.xml for update and anything like that but no good.

<?xml version="1.0" encoding="utf-8"?>
<shape android:id="@id/listview_background_shape"
xmlns:android="http://schemas.android.com/apk/res/android">
<stroke android:width="3.0dip" android:color="@color/white" />
<padding android:left="5.0dip" android:top="5.0dip" android:right="5.0dip" android:bottom="5.0dip" />
<corners android:radius="0.0dip" />
<solid android:color="@color/last_update_color" />
</shape>
 

G-man

Well-known member
Top Poster Of Month
Joined
Apr 16, 2021
Messages
1,881
Awards
4
Offline
last_update_color
look in colors xml for this and set to transparent
 

Hopper

Active member
Joined
Feb 25, 2023
Messages
141
Awards
2
Offline
Found it thanks, also am putting as much of the colors on my pics as a template
 

Hopper

Active member
Joined
Feb 25, 2023
Messages
141
Awards
2
Offline
Sorted thanks
 

Attachments

  • Screenshot_2023-03-17-22-28-24-172_com.iconiciptv.iconiciptvbox.jpg
    Screenshot_2023-03-17-22-28-24-172_com.iconiciptv.iconiciptvbox.jpg
    831.4 KB · Views: 10
Top