Renamed Package to org.RickBarrette.android.LocationRinger

Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
This commit is contained in:
2012-11-13 10:12:14 -05:00
parent dbc71f3e73
commit 92119df076
39 changed files with 153 additions and 145 deletions

View File

@@ -53,7 +53,7 @@
android:layout_height="match_parent"
android:layout_above="@id/buttons"
android:layout_below="@id/map_controls"
class="com.TwentyCodes.android.LocationRinger.ui.fragments.MapFragment" >
class="org.RickBarrette.android.LocationRinger.ui.fragments.MapFragment" >
</fragment>
<TextView

View File

@@ -24,7 +24,7 @@
android:id="@+id/ringer_name"
android:layout_width="match_parent"
android:layout_height="wrap_content"
class="com.TwentyCodes.android.LocationRinger.ui.fragments.AboutRingerFragment$ListeningEditText"
class="org.RickBarrette.android.LocationRinger.ui.fragments.AboutRingerFragment$ListeningEditText"
android:imeOptions="actionNext"
android:inputType="textCapWords"
android:singleLine="true" />
@@ -41,7 +41,7 @@
android:id="@+id/ringer_description"
android:layout_width="match_parent"
android:layout_height="match_parent"
class="com.TwentyCodes.android.LocationRinger.ui.fragments.AboutRingerFragment$ListeningEditText"
class="org.RickBarrette.android.LocationRinger.ui.fragments.AboutRingerFragment$ListeningEditText"
android:inputType="textCapSentences" />
</LinearLayout>

View File

@@ -26,7 +26,7 @@
android:layout_height="wrap_content"
android:padding="10dip" />
<com.TwentyCodes.android.LocationRinger.ui.ViewPager
<org.RickBarrette.android.LocationRinger.ui.ViewPager
android:id="@+id/pager"
android:layout_width="match_parent"
android:layout_height="0dp"

View File

@@ -9,7 +9,7 @@
<!-- </CheckBoxPreference> -->
<PreferenceScreen android:title="@string/about" >
<com.TwentyCodes.android.LocationRinger.ui.TextViewPreference android:title="@string/hello" />
<org.RickBarrette.android.LocationRinger.ui.TextViewPreference android:title="@string/hello" />
</PreferenceScreen>
<PreferenceCategory android:title="@string/contact_us" >