Where does the value associated with this "x_offset" come from or what does it represent? And is it an absolute or relative to width value?
Edit: the default value is 15dp which is about a third of the text size. (info form Clement Amarnath's link: https://developer.android.com/samples/WatchFace/Wearable/res/values/dimens.html)
Edit2: Specifically, I would like to know if there are any cases where a programmer should use this value instead of generating their own values based on screen size and density?