Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkil committed Aug 19, 2015
1 parent f845425 commit ba0d0bc
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 13 deletions.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.2.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.6-all.zip
18 changes: 10 additions & 8 deletions robototextview-sample/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.devspark.robototextview.sample">
<manifest
package="com.devspark.robototextview.sample"
xmlns:android="http://schemas.android.com/apk/res/android">

<application
android:label="@string/app_name"
android:icon="@mipmap/ic_launcher"
android:theme="@style/AppTheme">
<activity
android:name="MainActivity">
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:theme="@style/AppTheme">

<activity android:name="MainActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
</activity>

</application>

</manifest>
</manifest>
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;

/**
* @author Evgeny Shishkin
*/
public class MainActivity extends AppCompatActivity {

@Override
Expand Down
Binary file removed robototextview-sample/web_hi_res_512.png
Binary file not shown.
2 changes: 1 addition & 1 deletion robototextview/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

<application/>

</manifest>
</manifest>

0 comments on commit ba0d0bc

Please sign in to comment.