Skip to content
This repository has been archived by the owner on Sep 21, 2021. It is now read-only.

Commit

Permalink
feat(deploy): add silently install button
Browse files Browse the repository at this point in the history
Signed-off-by: Rafa Hernandez <rhernandez@teclib.com>
  • Loading branch information
rafaelje authored and Hector Rondon committed Mar 23, 2018
1 parent accb4c0 commit 1bf0f53
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/src/main/res/layout/fragment_test_policies.xml
Expand Up @@ -219,6 +219,13 @@
android:text="Enable Password"
/>

<Button
android:id="@+id/btnInstallSilently"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Install Silently"
/>

</LinearLayout>
</ScrollView>
</RelativeLayout>

0 comments on commit 1bf0f53

Please sign in to comment.