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

View file

@ -95,7 +95,12 @@ public class ShareActivity extends Activity {
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
//Actionbar overlay on top of imageview (should be called before .setcontentview)
getWindow().requestFeature(Window.FEATURE_ACTION_BAR_OVERLAY);
getActionBar().setDisplayShowTitleEnabled(false);
setContentView(R.layout.activity_share);
app = (CommonsApplication)this.getApplicationContext();
backgroundImageView = (ImageView)findViewById(R.id.backgroundImage);