Translucent Theme for Actionbar

Conflicts:

	src/org/wikimedia/commons/CommonsApplication.java
This commit is contained in:
Isaac John Wesley 2012-10-07 14:58:00 +05:30 committed by YuviPanda
parent 650095c64f
commit 297d7226d6
8 changed files with 98 additions and 10 deletions

38
res/layout/login.xml Normal file
View file

@ -0,0 +1,38 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent" >
<ListView
android:id="@+id/listView1"
android:layout_width="match_parent"
android:layout_height="match_parent" >
</ListView>
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="match_parent">
<ImageView
android:id="@+id/commonsLogo"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentTop="true"
android:layout_centerHorizontal="true"
android:layout_marginTop="20dp"
android:src="@drawable/commons_logo_large" />
<LinearLayout
android:layout_width="fill_parent"
android:layout_height="150dp"
android:layout_below="@+id/commonsLogo"
android:layout_centerHorizontal="true"
android:layout_marginTop="20dp"
android:orientation="vertical" >
</LinearLayout>
</RelativeLayout>
</FrameLayout>