mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
Translucent Theme for Actionbar
Conflicts: src/org/wikimedia/commons/CommonsApplication.java
This commit is contained in:
parent
650095c64f
commit
297d7226d6
8 changed files with 98 additions and 10 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue