mirror of
https://github.com/moparisthebest/Yaaic
synced 2024-11-11 11:44:59 -05:00
ConversationActivity: Fixed background color (Same Look & Feel on Android 2.1 as on Android 1.5)
This commit is contained in:
parent
33ec37e689
commit
82941ef072
@ -23,7 +23,8 @@ along with Yaaic. If not, see <http://www.gnu.org/licenses/>.
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:orientation="vertical"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="fill_parent">
|
||||
android:layout_height="fill_parent"
|
||||
android:background="#ff181818">
|
||||
<LinearLayout
|
||||
android:orientation="horizontal"
|
||||
android:layout_width="fill_parent"
|
||||
|
Loading…
Reference in New Issue
Block a user