Renamed Package to org.RickBarrette.android.LocationRinger
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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>
|
||||
@@ -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"
|
||||
|
||||
@@ -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" >
|
||||
|
||||
Reference in New Issue
Block a user