farm alarm package rename

This commit is contained in:
Senad Uka
2016-12-30 15:49:12 +01:00
parent d417dfaf04
commit 3eae1c71b7
22 changed files with 34 additions and 59 deletions

View File

@@ -5,7 +5,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fitsSystemWindows="true"
tools:context="com.zoblak.farmalarm.MainScreen">
tools:context="com.zoblak.farm.MainScreen">
<android.support.design.widget.AppBarLayout
android:layout_width="match_parent"

View File

@@ -2,7 +2,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/fragment"
android:name="com.zoblak.farmalarm.MainScreenFragment"
android:name="com.zoblak.farm.MainScreenFragment"
android:layout_width="match_parent"
android:layout_height="match_parent"
app:layout_behavior="@string/appbar_scrolling_view_behavior"

View File

@@ -8,7 +8,7 @@
android:paddingLeft="@dimen/activity_horizontal_margin"
android:paddingRight="@dimen/activity_horizontal_margin"
android:paddingTop="@dimen/activity_vertical_margin"
tools:context="com.zoblak.farmalarm.MainScreenFragment"
tools:context="com.zoblak.farm.MainScreenFragment"
tools:showIn="@layout/activity_main_screen">
<WebView

View File

@@ -1,7 +1,7 @@
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
tools:context="com.zoblak.farmalarm.MainScreen">
tools:context="com.zoblak.farm.MainScreen">
<item
android:id="@+id/action_settings"
android:orderInCategory="100"

View File

@@ -3,7 +3,7 @@
<!-- These settings headers are only used on tablets. -->
<header
android:fragment="com.zoblak.farmalarm.SettingsActivity$GeneralPreferenceFragment"
android:fragment="com.zoblak.farm.SettingsActivity$GeneralPreferenceFragment"
android:icon="@drawable/ic_info_black_24dp"
android:title="@string/pref_header_general" />