xml tag

75 questions


1 answers
92 views
0
Error on line 1 of pom.xml cvc-elt.1.a: Cannot find the decimation of element 'project'

I can't get rid of the pom.xml error in the Java project.Include the first line of pom.xml.<project xmlns=http://maven.apache.org/POM/4.0.0xmlns:xsi=http://www.w3.org/2001/XMLSchema-instancexsi:sch...

2 years ago

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...


1 answers
117 views
0
Unable to deploy Android Studio textview

https://codinginflow.com/tutorials/android/simple-recyclerview-java/part-1-layouts-model-classLike around 4:14 in the video here, even if I drag textview with my mouse, it goes back to the upper left....


1 answers
102 views
0
How do I close the PreferenceScreen?

I created an application with user settings using Kotlin and the Preference Library, but I don't know how to close the settings screen.I want the title bar to go back when I press that button on top.(...


1 answers
101 views
0
Attempting to link values in Adapter with TextView in ListView fails.

Adapter and activity_main.xml are described as follows:If you enable commenting out, the execution fails.There are many methods in MainActivity.java, but Failed when setting Adapter to ListView, or On...

2 years ago

1 answers
113 views
0
Android & XML: denied access to inset xmlns changes

The current question follows the challenge of Android: aligning the input field with the button width.To match the input fields and buttons to the question, the following solution was provided:<?xm...

2 years ago

1 answers
102 views
0
Attribute error I don't know the reason for red letters, please let me know.

<?xml version=1.0 encoding=utf=8?><LinearLayout xmlns:android=http://schemas.android.com/apk/res/android android:layout_width=match_parent android:layout_height=match_parent android:backgroun...


1 answers
98 views
0
Overriding an XML File

<Alert> name = 'mmm' hope='kk' <test> Name = 'kkm' </test></Alert>$str=test;$fileName=test-fileName;$xml = simplexml_load_file(sampleXml);(String) $xml->Alert->attrib...

2 years ago

1 answers
110 views
0
Automatically insert empty line breaks into .docx

Creating an XSLT style sheet that generates a batch of Word (.docx) from XML.I think the layout is as follows. Place the description and instructions to the left and the image to the right.An element ...

2 years ago

1 answers
102 views
0
Understanding Background Changes When Selecting PopupMenu

For background changes when selecting PopupMenu, apply listselector_popup.xml to the style I want to make it happen.As it is, @color/dialog_background_colorOnly ' ' applies, but 'listselector_popup.xm...

2 years ago
« - 2 - »

© 2024 OneMinuteCode. All rights reserved.