Skip to content

Commit

Permalink
change package name
Browse files Browse the repository at this point in the history
  • Loading branch information
gaopengfei committed Nov 19, 2015
1 parent 0efa3fd commit aaf9f00
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package io.gpf.circleseekbar;
package io.feeeei.circleseekbar;

import android.app.Application;
import android.test.ApplicationTestCase;
Expand Down
2 changes: 1 addition & 1 deletion lib/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="io.gpf.circleseekbar">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="io.feeeei.circleseekbar">

<application android:allowBackup="true" android:label="@string/app_name"
android:supportsRtl="true">
Expand Down
2 changes: 0 additions & 2 deletions lib/src/main/java/io/feeeei/circleseekbar/CircleSeekBar.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
import android.view.MotionEvent;
import android.view.View;

import io.gpf.circleseekbar.R;

/**
* Created by gaopengfei on 15/11/15.
*/
Expand Down
2 changes: 1 addition & 1 deletion simple/src/main/res/layout/activity_down_load.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
android:layout_height="match_parent"
tools:context="test.io.feeeei.circleseekbar.DownLoadActivity">

<io.gpf.circleseekbar.CircleSeekBar
<io.feeeei.circleseekbar.CircleSeekBar
android:id="@+id/progress"
android:layout_width="200dp"
android:layout_height="200dp"
Expand Down
2 changes: 1 addition & 1 deletion simple/src/main/res/layout/activity_style1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
tools:context="test.io.feeeei.circleseekbar.Style1Activity">


<io.gpf.circleseekbar.CircleSeekBar
<io.feeeei.circleseekbar.CircleSeekBar
android:layout_width="300dp"
android:layout_height="300dp"
android:layout_centerInParent="true"
Expand Down
2 changes: 1 addition & 1 deletion simple/src/main/res/layout/activity_style2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
android:layout_height="match_parent"
tools:context="test.io.feeeei.circleseekbar.Style2Activity">

<io.gpf.circleseekbar.CircleSeekBar
<io.feeeei.circleseekbar.CircleSeekBar
android:layout_width="300dp"
android:layout_height="300dp"
android:layout_centerInParent="true"
Expand Down
4 changes: 2 additions & 2 deletions simple/src/main/res/layout/activity_union.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
android:layout_height="match_parent"
tools:context="test.io.feeeei.circleseekbar.UnionActivity">

<io.gpf.circleseekbar.CircleSeekBar
<io.feeeei.circleseekbar.CircleSeekBar
android:id="@+id/seek_minute"
android:layout_width="300dp"
android:layout_height="300dp"
Expand All @@ -15,7 +15,7 @@
app:wheel_unreached_width="32dp" />

<!-- 300-32-32 = 236 -->
<io.gpf.circleseekbar.CircleSeekBar
<io.feeeei.circleseekbar.CircleSeekBar
android:id="@+id/seek_hour"
android:layout_width="236dp"
android:layout_height="236dp"
Expand Down
2 changes: 1 addition & 1 deletion simple/src/main/res/layout/activity_with_shadow.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
android:layout_height="match_parent"
tools:context="test.io.feeeei.circleseekbar.WithShadowActivity">

<io.gpf.circleseekbar.CircleSeekBar
<io.feeeei.circleseekbar.CircleSeekBar
android:layout_width="300dp"
android:layout_height="300dp"
android:layout_centerInParent="true"
Expand Down
2 changes: 1 addition & 1 deletion simple/src/main/res/layout/activity_with_text.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
android:layout_height="match_parent"
tools:context="test.io.feeeei.circleseekbar.WithTextActivity">

<io.gpf.circleseekbar.CircleSeekBar
<io.feeeei.circleseekbar.CircleSeekBar
android:id="@+id/seekbar"
android:layout_width="match_parent"
android:layout_height="match_parent"
Expand Down

0 comments on commit aaf9f00

Please sign in to comment.