Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
halo
packages_apps_Bluetooth
Commits
7e850ddb
Commit
7e850ddb
authored
10 years ago
by
Sanket Padawe
Committed by
Android (Google) Code Review
10 years ago
Browse files
Options
Download
Plain Diff
Merge "Make some BT screens RTL aligned in RTL context." into mnc-dev
parents
68cbac96
bb7f16f6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
7 deletions
+8
-7
AndroidManifest.xml
AndroidManifest.xml
+1
-0
res/layout/bluetooth_transfer_item.xml
res/layout/bluetooth_transfer_item.xml
+7
-7
No files found.
AndroidManifest.xml
View file @
7e850ddb
...
...
@@ -67,6 +67,7 @@
android:icon=
"@mipmap/bt_share"
android:persistent=
"false"
android:label=
"@string/app_name"
android:supportsRtl=
"true"
android:usesCleartextTraffic=
"false"
>
<uses-library
android:name=
"javax.obex"
/>
<provider
android:name=
".opp.BluetoothOppProvider"
...
...
This diff is collapsed.
Click to expand it.
res/layout/bluetooth_transfer_item.xml
View file @
7e850ddb
...
...
@@ -26,7 +26,7 @@
android:layout_width=
"@android:dimen/app_icon_size"
android:layout_height=
"@android:dimen/app_icon_size"
android:layout_alignParentTop=
"true"
android:layout_alignParent
Lef
t=
"true"
android:layout_alignParent
Star
t=
"true"
android:contentDescription =
"@string/bluetooth_map_settings_app_icon"
android:scaleType=
"center"
/>
...
...
@@ -36,14 +36,14 @@
android:layout_height=
"wrap_content"
android:maxLines=
"1"
android:layout_alignParentTop=
"true"
android:layout_to
Right
Of=
"@id/transfer_icon"
android:layout_to
End
Of=
"@id/transfer_icon"
android:textAppearance=
"?android:attr/textAppearanceMedium"
/>
<TextView
android:id=
"@+id/targetdevice"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_to
Right
Of=
"@id/transfer_icon"
android:layout_to
End
Of=
"@id/transfer_icon"
android:layout_below=
"@id/transfer_title"
android:maxLines=
"1"
android:textAppearance=
"?android:attr/textAppearanceSmall"
...
...
@@ -55,8 +55,8 @@
android:maxLines=
"1"
android:textAppearance=
"?android:attr/textAppearanceSmall"
android:layout_below=
"@id/targetdevice"
android:layout_alignParent
Right
=
"true"
android:padding
Lef
t=
"10dip"
android:layout_alignParent
End
=
"true"
android:padding
Star
t=
"10dip"
android:visibility=
"gone"
/>
...
...
@@ -64,8 +64,8 @@
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_below=
"@id/targetdevice"
android:layout_to
Right
Of=
"@id/transfer_icon"
android:layout_to
Lef
tOf=
"@id/complete_date"
android:layout_to
End
Of=
"@id/transfer_icon"
android:layout_to
Star
tOf=
"@id/complete_date"
android:textAppearance=
"?android:attr/textAppearanceSmall"
android:visibility=
"gone"
/>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment