Changed remaining packages references
This commit is contained in:
parent
7c6dd95f2c
commit
57f8fb1aa4
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
tools:context="com.luminiasoft.labs.sample.MainActivity">
|
||||
tools:context="cy.agorise.labs.sample.MainActivity">
|
||||
|
||||
<Button
|
||||
android:id="@+id/call_get_block"
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
tools:context="com.luminiasoft.labs.sample.SecondActivity">
|
||||
tools:context="cy.agorise.labs.sample.SecondActivity">
|
||||
<TextView
|
||||
android:id="@+id/text_field"
|
||||
android:layout_width="0dp"
|
||||
|
|
Loading…
Reference in a new issue