mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
result UI
This commit is contained in:
parent
20de9c2030
commit
1151196c44
1 changed files with 10 additions and 11 deletions
|
@ -145,16 +145,6 @@
|
|||
android:mediaRouteTypes="user"
|
||||
android:visibility="gone"
|
||||
/>
|
||||
<ImageView
|
||||
android:id="@+id/result_browser"
|
||||
android:layout_width="25dp"
|
||||
android:layout_height="25dp"
|
||||
android:layout_margin="5dp"
|
||||
android:elevation="10dp"
|
||||
android:background="?android:attr/selectableItemBackgroundBorderless"
|
||||
android:src="@drawable/ic_baseline_public_24"
|
||||
android:layout_gravity="center" android:contentDescription="@string/result_open_in_browser">
|
||||
</ImageView>
|
||||
<ImageView
|
||||
android:id="@+id/result_share"
|
||||
android:layout_width="25dp"
|
||||
|
@ -165,7 +155,16 @@
|
|||
android:src="@drawable/ic_outline_share_24"
|
||||
android:layout_gravity="center" android:contentDescription="@string/result_share">
|
||||
</ImageView>
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/result_browser"
|
||||
android:layout_width="25dp"
|
||||
android:layout_height="25dp"
|
||||
android:layout_margin="5dp"
|
||||
android:elevation="10dp"
|
||||
android:background="?android:attr/selectableItemBackgroundBorderless"
|
||||
android:src="@drawable/ic_baseline_public_24"
|
||||
android:layout_gravity="center" android:contentDescription="@string/result_open_in_browser">
|
||||
</ImageView>
|
||||
</LinearLayout>
|
||||
</GridLayout>
|
||||
|
||||
|
|
Loading…
Reference in a new issue