Implemented nearby button that displays wifi sharing intent and long press button that opens wifi qr share fragment
Test: locally with phone Change-Id: I73663cd3e9e86431a9264925661159fbcd16b9d3 Merged-In: I931aabaada09c87b4a7936bcde4fcff8bc237dd0
This commit is contained in:
@@ -42,6 +42,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:gravity="center"
|
||||
android:id="@+id/wifi_dpp_layout"
|
||||
android:orientation="vertical">
|
||||
|
||||
<ImageView
|
||||
@@ -54,8 +55,11 @@
|
||||
android:id="@+id/password"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="16dp"
|
||||
android:layout_marginBottom="24dp"
|
||||
android:textAlignment="center"
|
||||
android:textIsSelectable="true"
|
||||
android:focusable="true"
|
||||
android:longClickable="true"
|
||||
android:textAppearance="@android:style/TextAppearance.Material.Body1"
|
||||
android:textColor="?android:attr/textColorSecondary"/>
|
||||
</LinearLayout>
|
||||
|
Reference in New Issue
Block a user