layout tag

76 questions


1 answers
101 views
0
This is a question about XML errors in Android application development.

I am currently editing XML and Java files.Unable to handle errors in XML.The location of the error is in the first line.<?xml version=1.0 encoding=utf-8?>That's right.As an error indication, Mul...


2 answers
160 views
0
Change the Size of TableView Cells

I would like to change the size of the cell in TableView depending on the content, but I don't know what to do.For example, suppose you have a TableView cell:I would like to change the cell height acc...


1 answers
82 views
0
Android Studio complements drawable and dimens, no longer available for viewing

It's just as the title says.Usually, if you define layout_background, etc. in XML, the value will be supplemented, but it will not be sudden, and even if you type it on your own, you will get an error...


1 answers
118 views
0
Want to know Autolayout best practices

I am a student studying the creation of iOS apps at Objective-C.It may not be a good question because you are immature and misleading, but I would appreciate it if you could answer it.When creating an...


1 answers
126 views
0
DatePicker View drawing is no longer immediately reflected

I use CalendarView for DatePicker on Android.android:calendarViewShown=trueandroid:spinnersShown=falseHowever, after using it for a while, the drawing will not be reflected immediately.Tap a date to n...


2 answers
67 views
0
To Get a CustomView Instance

Is it possible to treat multiple views together as a single view on Android?For example, suppose you have a layout that is represented by the following outline:<!--layout/my_view.xml (approximate)-...

2 years ago

1 answers
83 views
0
You want SlidingPaneLayout to unify your behavior with smartphones and tablets.

For example, if you create multipain layout with SlidingPaneLayout like this<android.support.v4.widget.SlidingPaneLayout xmlns:android=http://schemas.android.com/apk/res/android xmlns:tools=http:/...


1 answers
105 views
0
What is the meaning of void in the AsyncTask argument?

public static class DownloadWorker extensions AsyncTask <Void, void, void{ @ Override Protected String doInBackground (Void...voids) { return null;


1 answers
61 views
0
I want to add a button at the bottom of the list of apps.

I am creating a list of apps on Android, and I am trying to place a button at the bottom that is different from the list of apps.However, when the buttons are placed, all the buttons on the list are o...

2 years ago

1 answers
101 views
0
Constraint layout textview is not displayed in Android studio.

As the title suggests, even if I drag and drop textview of constraint layout in Android studio, it does not appear in the UI.Is it a PC specification?please tell me。i5-6200U/8G

« - 2 - »

© 2024 OneMinuteCode. All rights reserved.