Transparent activity.
This commit is contained in:
parent
0915e877fc
commit
a780f08ca8
@ -17,7 +17,7 @@
|
||||
android:theme="@style/AppTheme" >
|
||||
<activity
|
||||
android:name="in.sdqali.sharewithtitle.MainActivity"
|
||||
android:label=""
|
||||
android:label="@string/app_name"
|
||||
android:noHistory="true">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.SEND" />
|
||||
|
@ -8,6 +8,7 @@
|
||||
android:paddingBottom="@dimen/activity_vertical_margin"
|
||||
tools:context=".MainActivity">
|
||||
|
||||
|
||||
<ProgressBar
|
||||
style="?android:attr/progressBarStyleLarge"
|
||||
android:layout_width="269dp"
|
||||
@ -17,5 +18,4 @@
|
||||
android:layout_below="@+id/progressBar"
|
||||
android:layout_toRightOf="@+id/progressBar"
|
||||
android:layout_gravity="center"/>
|
||||
|
||||
</FrameLayout>
|
||||
|
@ -14,7 +14,12 @@
|
||||
|
||||
<!-- Application theme. -->
|
||||
<style name="AppTheme" parent="AppBaseTheme">
|
||||
<!-- All customizations that are NOT specific to a particular API-level can go here. -->
|
||||
<item name="android:windowIsTranslucent">true</item>
|
||||
<item name="android:windowBackground">@android:color/transparent</item>
|
||||
<item name="android:windowContentOverlay">@null</item>
|
||||
<item name="android:windowNoTitle">true</item>
|
||||
<item name="android:windowIsFloating">true</item>
|
||||
<item name="android:backgroundDimEnabled">false</item>
|
||||
</style>
|
||||
|
||||
</resources>
|
||||
|
Loading…
Reference in New Issue
Block a user