There are 2 Layout , it is necessary to separate them with a vertical line. How to make this line?
Layout
Place both elements in LinearLayout c android:orientation="horizontal" . Place the following separator view between them:
LinearLayout
android:orientation="horizontal"
<View android:layout_width="1dp" android:layout_height="match_parent" android:background="#00ff00"/>
Source: https://ru.stackoverflow.com/questions/666041/More articles:Get the day of the week by dateJpaRepository returns nullDuplication of network traffic on Linux in the iptables utilityAdding a list to RecyclerViewRandom in Html SiteMatching array objectsCopies file to handler folderHow to translate into translit?Change url to send DELETE requestThe button on the page has movedAll Articles