Rename package to com.beemdevelopment.aegis

This commit is contained in:
Alexander Bakker 2019-02-07 22:39:33 +01:00
parent ceb03de240
commit 62425511a1
101 changed files with 366 additions and 362 deletions

View file

@ -5,7 +5,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fitsSystemWindows="true"
tools:context="me.impy.aegis.ui.AuthActivity">
tools:context="com.beemdevelopment.aegis.com.impy.aegis.ui.AuthActivity">
<LinearLayout
android:orientation="vertical"
android:layout_width="match_parent"

View file

@ -5,7 +5,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fitsSystemWindows="true"
tools:context="me.impy.aegis.ui.GroupManagerActivity">
tools:context="com.beemdevelopment.aegis.com.impy.aegis.ui.GroupManagerActivity">
<androidx.core.widget.NestedScrollView
android:layout_width="match_parent"

View file

@ -5,6 +5,6 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fitsSystemWindows="true"
tools:context="me.impy.aegis.ui.IntroActivity">
tools:context="com.beemdevelopment.aegis.com.impy.aegis.ui.IntroActivity">
</androidx.coordinatorlayout.widget.CoordinatorLayout>

View file

@ -6,10 +6,10 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fitsSystemWindows="true"
tools:context="me.impy.aegis.ui.MainActivity">
tools:context="com.beemdevelopment.aegis.com.impy.aegis.ui.MainActivity">
<fragment
android:name="me.impy.aegis.ui.views.EntryListView"
android:name="com.beemdevelopment.aegis.ui.views.EntryListView"
android:id="@+id/key_profiles"
android:layout_height="match_parent"
android:layout_width="match_parent"

View file

@ -9,6 +9,6 @@
android:paddingLeft="@dimen/activity_horizontal_margin"
android:paddingRight="@dimen/activity_horizontal_margin"
android:paddingTop="@dimen/activity_vertical_margin"
tools:context="me.impy.aegis.ui.ScannerActivity">
tools:context="com.beemdevelopment.aegis.com.impy.aegis.ui.ScannerActivity">
</RelativeLayout>

View file

@ -5,7 +5,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fitsSystemWindows="true"
tools:context="me.impy.aegis.ui.SlotManagerActivity">
tools:context="com.beemdevelopment.aegis.com.impy.aegis.ui.SlotManagerActivity">

View file

@ -120,7 +120,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent">
<me.impy.aegis.ui.views.PeriodProgressBar
<com.beemdevelopment.aegis.ui.views.PeriodProgressBar
style="?android:attr/progressBarStyleHorizontal"
android:layout_width="wrap_content"
android:layout_height="4dp"

View file

@ -6,7 +6,7 @@
android:background="?attr/background"
android:orientation="vertical">
<me.impy.aegis.ui.views.PeriodProgressBar
<com.beemdevelopment.aegis.ui.views.PeriodProgressBar
style="?android:attr/progressBarStyleHorizontal"
android:layout_width="match_parent"
android:layout_height="4dp"