diff --git a/AndroidManifest.xml b/AndroidManifest.xml index d52aea422c..61b9b921cc 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -124,20 +124,25 @@ android:name="firebase_messaging_auto_init_enabled" android:value="false" /> + + + + android:targetActivity="org.thoughtcrime.securesms.loki.redesign.activities.HomeActivity"> diff --git a/res/drawable/new_conversation_button_background.xml b/res/drawable/new_conversation_button_background.xml new file mode 100644 index 0000000000..be48173893 --- /dev/null +++ b/res/drawable/new_conversation_button_background.xml @@ -0,0 +1,7 @@ + + + + + \ No newline at end of file diff --git a/res/drawable/new_conversation_button_foreground.xml b/res/drawable/new_conversation_button_foreground.xml new file mode 100644 index 0000000000..44bb8f9675 --- /dev/null +++ b/res/drawable/new_conversation_button_foreground.xml @@ -0,0 +1,7 @@ + + + + + \ No newline at end of file diff --git a/res/font/roboto_light.ttf b/res/font/roboto_light.ttf new file mode 100644 index 0000000000..13bf13af00 Binary files /dev/null and b/res/font/roboto_light.ttf differ diff --git a/res/layout/activity_home.xml b/res/layout/activity_home.xml new file mode 100644 index 0000000000..6a47433f51 --- /dev/null +++ b/res/layout/activity_home.xml @@ -0,0 +1,42 @@ + + + + + + + + + + + +