But just for MMS for know. Im testing QuickSearchBox fix on my Crespo...
Im not sure if I can fix Contacts search though, because its hell in there ;p
Ok fixed all issues except MIUI Bug report as MIUI never reads those reports from non china users ;p
Im not sure about that alarm label in Clock as on my crespo I dont have that option, and I don't want to install multi on my MI2. But I can try later edit that box. There's one place that could be changed...
Hi, did you see this topic?Ok fixed all issues except MIUI Bug report as MIUI never reads those reports from non china users ;p
Im not sure about that alarm label in Clock as on my crespo I dont have that option, and I don't want to install multi on my MI2. But I can try later edit that box. There's one place that could be changed...
Landscape orientation is not supported in miui apps. Enabling rotation in sms or launcher is just a small hack in AndroidManifest. But this can cause glitches in some conditions.
Wysłane z MI-2
Hi, did you see this topic?
http://forum.xda-developers.com/showthread.php?p=41953096#post41953096
with my new tutorial, it will be fixed.No I didnt I fixed all by myself. But It seems that in those search text places I used method described in that link.
But thats not all. I've also edited QuickSearchBox and MiHome layouts to fix some other place like global search widget text.. etc.
But I never tried to fix quick reply SMS. Lets see first if my fixes works for others then I can try to fix more.
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="V5.TextAppearance" parent="@*android:style/TextAppearance">
<item name="android:textSize">@dimen/v5_text_font_size_primary</item>
<item name="android:gravity">start</item>
</style>
<style name="V5.TextAppearance.List" parent="@style/V5.TextAppearance">
<item name="android:textSize">@dimen/v5_text_font_size_list_primary</item>
<item name="android:textStyle">normal</item>
<item name="android:textColor">?v5_list_text_color</item>
</style>
<style name="V5.TextAppearance.PreferenceCategory" parent="@style/V5.TextAppearance">
<item name="android:textSize">@dimen/v5_text_font_size_preference_category</item>
<item name="android:textStyle">bold</item>
<item name="android:textColor">?v5_secondary_text_color</item>
<item name="android:textAllCaps">true</item>
</style>
<style name="V5.TextAppearance.PreferenceList" parent="@style/V5.TextAppearance">
<item name="android:textSize">@dimen/v5_text_font_size_primary</item>
<item name="android:textStyle">normal</item>
<item name="android:textColor">?v5_checkable_list_item_text_color</item>
</style>
<style name="V5.Widget.EditText" parent="@*android:style/Widget.EditText">
<item name="android:textAppearance">@style/V5.TextAppearance.EditText</item>
<item name="android:gravity">start|center</item>
<item name="android:background">?v5_edit_text_bg</item>
<item name="android:singleLine">true</item>
</style>
</resources>
Styles are ok and in place. And my friend sent me an email with Hebrew lang set on his MI-2 and RTL is ok.
Lol.. wait, wait, wait.. people.. I specially designed my script to mod Arabic and Hebrew langs.. ONLY. FIx is not working for other langs as styles and other fixes are puting on values-ar and values-iw folders.
We use essential cookies to make this site work, and optional cookies to enhance your experience. Cookies are also used for ads personalisation