Skip to content

Commit

Permalink
issue #6 bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KingsMentor committed Aug 4, 2017
1 parent d644c70 commit ff7856d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/AppTheme.NoActionBar">
android:theme="@style/AppTheme">
<activity android:name=".MainActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
Expand Down
3 changes: 2 additions & 1 deletion luhn/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
<activity
android:name=".Luhn"
android:label="@string/add_card"
android:windowSoftInputMode="adjustResize"/>
android:theme="@style/AppTheme.NoActionBar"
android:windowSoftInputMode="adjustResize" />
</application>

</manifest>

0 comments on commit ff7856d

Please sign in to comment.