Skip to content

Commit

Permalink
changed the package name of the library ("example" is just weird...) .
Browse files Browse the repository at this point in the history
  • Loading branch information
AndroidDeveloperLB committed Aug 1, 2014
1 parent 25987ce commit d63d195
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion AutoFitTextViewLibrary/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.autofittextviewtest" android:versionCode="1"
package="com.lb.autofittextviewtest" android:versionCode="1"
android:versionName="1.0">

<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="19" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.example.autofittextviewtest;
package com.lb.auto_fit_textview;
import android.annotation.TargetApi;
import android.content.Context;
import android.content.res.Resources;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import android.widget.SeekBar;
import android.widget.SeekBar.OnSeekBarChangeListener;
import android.widget.TextView;
import com.example.autofittextviewtest.AutoResizeTextView;
import com.lb.auto_fit_textview.AutoResizeTextView;

public class MainActivity extends Activity
{
Expand Down

0 comments on commit d63d195

Please sign in to comment.