I agree in full, but am wishing I could read the buttons without squinting; it makes it hard to wait patiently wait for the next release......this is a thread about a (really sweet, btw) theme.
Juicemane: If I buy you a whole 6-pack o' beer then will you tell us where the button text color is in your ROM??
^ Ill fix it guys, No worries. I need to test this against the new build of Focused so while I'm doing that Ill get the text sorted. Ive been so busy at work its insane, we had to reimage 400 PC's with Win 7 pro. Its been a PITA lol.
^ It will be the same as the version for 1.6 except for the button text issue and maybe a few other tweaks. Everyone seems pretty happy with everything (except the button text) so Ill fix that and test asap and get it pushed out for you guys
I agree in full, but am wishing I could read the buttons without squinting; it makes it hard to wait patiently wait for the next release...
Juicemane: If I buy you a whole 6-pack o' beer then will you tell us where the button text color is in your ROM??
WHOA! You never said there were beers on the line...
Pretty sure that the button text color is held in:
framework-res/res/layout/status_bar_latest_event_content.xml
Code:<com.android.server.status.ExpandedView android:orientation="vertical" android:focusable="true" android:descendantFocusability="afterDescendants" xmlns:android="http://schemas.android.com/apk/res/android"> <LinearLayout android:orientation="horizontal" android:background="@drawable/status_bar_header_background" android:paddingTop="3.0dip" android:paddingRight="3.0dip" android:paddingBottom="5.0dip" android:layout_width="fill_parent" android:layout_height="wrap_content"> <LinearLayout android:layout_gravity="center_vertical" android:orientation="vertical" android:paddingBottom="1.0dip" android:layout_width="0.0dip" android:layout_height="wrap_content" android:layout_marginLeft="5.0dip" android:layout_marginTop="1.0dip" android:layout_weight="1.0"> <TextView android:textAppearance="?textAppearanceLarge" android:textColor="?textColorSecondaryInverse" android:layout_gravity="center_vertical" android:id="@id/plmnLabel" android:paddingLeft="4.0dip" android:layout_width="wrap_content" android:layout_height="wrap_content" /> <TextView android:textAppearance="?textAppearanceLarge" android:textColor="?textColorSecondaryInverse" android:layout_gravity="center_vertical" android:id="@id/spnLabel" android:paddingLeft="4.0dip" android:layout_width="wrap_content" android:layout_height="wrap_content" /> </LinearLayout> <TextView android:textSize="14.0sp" android:textColor="#ff000000" android:layout_gravity="center_vertical" android:id="@id/clear_all_button" android:background="@drawable/btn_default_small" android:paddingLeft="15.0dip" android:paddingRight="15.0dip" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="4.0dip" android:layout_marginBottom="1.0dip" android:text="@string/status_bar_clear_all_button" style="\?android:attr/buttonStyle" /> </LinearLayout>
^ yep :icon_ banana:
I guess im one of the very few that like the buttons the way they are