summaryrefslogtreecommitdiffstats
path: root/res/layout/on_going_call_controller_bar_fragment.xml
diff options
context:
space:
mode:
authorBrad Stenning <stenning@google.com>2018-06-04 10:21:52 -0700
committerBrad Stenning <stenning@google.com>2018-06-12 13:53:04 -0700
commit4b5371df2d01dba065e2361fc4f6acacd302c132 (patch)
treee59cbe7983843e9f2960bae45607faf8aeda5b1f /res/layout/on_going_call_controller_bar_fragment.xml
parenta35eb59a56f01e7b2b3675b58d2839836a8777be (diff)
downloadplatform_packages_apps_Car_Dialer-4b5371df2d01dba065e2361fc4f6acacd302c132.tar.gz
platform_packages_apps_Car_Dialer-4b5371df2d01dba065e2361fc4f6acacd302c132.tar.bz2
platform_packages_apps_Car_Dialer-4b5371df2d01dba065e2361fc4f6acacd302c132.zip
DO NOT MERGE Migrate Dialer to androidx
bug:109663478 Test: Compile and Deploy Change-Id: I456bb3c346ee3395134efb125c27cd12575f8527
Diffstat (limited to 'res/layout/on_going_call_controller_bar_fragment.xml')
-rw-r--r--res/layout/on_going_call_controller_bar_fragment.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/on_going_call_controller_bar_fragment.xml b/res/layout/on_going_call_controller_bar_fragment.xml
index 62a430be..4afe545c 100644
--- a/res/layout/on_going_call_controller_bar_fragment.xml
+++ b/res/layout/on_going_call_controller_bar_fragment.xml
@@ -13,7 +13,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
-<android.support.constraint.ConstraintLayout
+<androidx.constraintlayout.widget.ConstraintLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
@@ -97,4 +97,4 @@ limitations under the License.
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="parent"
tools:src="@color/contact_badge"/>
-</android.support.constraint.ConstraintLayout>
+</androidx.constraintlayout.widget.ConstraintLayout>